Elliptical Property (IDomeFeatureData)
Obsolete. Superseded by IDomeFeatureData2::Elliptical.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Elliptical As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDomeFeatureData
Dim value As System.Boolean
instance.Elliptical = value
value = instance.Elliptical |
C# | |
---|
System.bool Elliptical {get; set;} |
C++/CLI | |
---|
property System.bool Elliptical {
System.bool get();
void set ( & System.bool value);
} |
See Also