Gets or sets whether you can create BlockAttributes that accept their default values.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
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 |
Property Value
True if you can create BlockAttributes that accept their default values, false if not
Remarks
See Also
Availability
DraftSight V1R2.0