IAcadDim3PointAngularStyleName Property
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
string StyleName { get; set; }
 
Property StyleName As String
        Get
        Set
 
property String^ StyleName {
        String^ get ();
        void set (String^ value);
}
 
abstract StyleName : string with get, set
 
 
 
Property Value
String
Implements
IAcadDimensionStyleName
 
See Also