Preset Property (IAttributeDefinition) Send Feedback
See Also 
Gets or sets whether you can create BlockAttributes that accept their default values.

Syntax

Visual Basic 
Property Preset As System.Boolean
C# 
System.bool Preset {get; set;}
JavaScript 
get_Preset () : Boolean
put_Preset (
   NewVal : Boolean
)
COM native C++ 
HRESULT get_Preset(
   VARIANT_BOOL* Val
) 
HRESULT put_Preset( 
   VARIANT_BOOL NewVal
C++ 
DSRESULT get_Preset (
   bool* Val
)
DSRESULT put_Preset(
   bool NewVal
)

Property Value

True if you can create BlockAttributes that accept their default values, false if not

Remarks

If this property is true, then values are not requested when BlockAttributes are selected. However, you can edit BlockAttribute values after insertion.

See Also

Availability

DraftSight V1R2.0