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 | |
---|
Preset : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_Preset(
VARIANT_BOOL
NewVal
)
C++ | |
---|
property System.bool Preset { bool* Val
)
DSRESULTput_Preset(
bool NewVal
} |
Property Value
True if you can create BlockAttributes that accept their default values, false if not