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