SetExtensionLineFixedLength Method (IDimensionStyleLineOptions)
Sets whether Dimension extension lines have a fixed length and sets the length.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetExtensionLineFixedLength( _
VARIANT_BOOL IsEnabled As System.Boolean, _
DOUBLE Value As System.Double _
) |
C# | |
---|
void SetExtensionLineFixedLength(
System.bool IsEnabled,
System.double Value
) |
JavaScript | |
---|
SetExtensionLineFixedLength(
IsEnabled : Boolean,
Value : Number,
) |
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