RemoveDimensionStyle Method (IDimensionStyleManager)
Removes the specified DimensionStyle.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Function RemoveDimensionStyle( _
BSTR Name As System.String _
) As System.Boolean |
| C# | |
|---|
System.bool RemoveDimensionStyle(
System.string Name
) |
| COM native C++ | |
|---|
HRESULT RemoveDimensionStyle(
const dsString& Name
,
VARIANT_BOOL* Result
) |
Parameters
- Name
- Name of DimensionStyle to remove
Parameters
- Result[out] or Return Value
- True if the DimensionStyle is removed, false if not
See Also
Availability
DraftSight V1R1.1