SetExtensionLineFixedLength Method (IDimensionStyleLineOptions) Send Feedback
See Also 
IsEnabled
True to enable a fixed length for extension lines, false to not
Value
Fixed length, if IsEnabled is true
Sets whether Dimension extension lines have a fixed length and sets the length.

Syntax

Visual Basic 
Sub SetExtensionLineFixedLength( _
   ByVal IsEnabled As System.Boolean, _
   ByVal Value As System.Double _
) 
C# 
void SetExtensionLineFixedLength( 
   System.bool IsEnabled,
   System.double Value
)
JavaScript 
SetExtensionLineFixedLength( 
   IsEnabled : Boolean,
   Value : Number
)
COM native C++ 
HRESULT SetExtensionLineFixedLength( 
   VARIANT_BOOL IsEnabled,
   DOUBLE Value
) 
C++ 
DSRESULT SetExtensionLineFixedLength( 
   bool IsEnabled,
   double Value
) 

Parameters

IsEnabled
True to enable a fixed length for extension lines, false to not
Value
Fixed length, if IsEnabled is true
 

See Also

Availability

DraftSight V1R1.2