RemoveDimensionStyle Method (IDimensionStyleManager) Send Feedback
See Also 
Result[out]
True if the DimensionStyle is removed, false if not
Name
Name of DimensionStyle to remove
Removes the specified DimensionStyle.

Syntax

Visual Basic 
Function RemoveDimensionStyle( _
   ByVal Name As System.String _
) As System.Boolean
C# 
System.bool RemoveDimensionStyle( 
   System.string Name
)
JavaScript 
RemoveDimensionStyle( 
   Name : String
) : Boolean
COM native C++ 
HRESULT RemoveDimensionStyle( 
   BSTR Name,
   VARIANT_BOOL* Result
) 
C++ 
DSRESULT RemoveDimensionStyle( 
   const dsString& Name,
   bool* Result
) 

Parameters

Name
Name of DimensionStyle to remove
Result[out] or Return Value
True if the DimensionStyle is removed, false if not
 

See Also

Availability

DraftSight V1R1.1