Gets or sets the direction of the dome feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Direction As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IDomeFeatureData2
Dim value As System.Object
instance.Direction = value
value = instance.Direction |
C# | |
---|
System.object Direction {get; set;} |
C++/CLI | |
---|
property System.Object^ Direction {
System.Object^ get();
void set ( & System.Object^ value);
} |
Property Value
Edge indicating the direction of dome feature
Example
Remarks
See Also