Gets or sets whether to prompt for verification that the BlockAtribute value is correct when inserting a Block.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property Verify As System.Boolean |
| C# | |
|---|
System.bool Verify {get; set;} |
| JavaScript | |
|---|
get_Verify () : Boolean
put_Verify (
NewVal : Boolean
)
|
| COM native C++ | |
|---|
HRESULT get_Verify(
VARIANT_BOOL* Val
)
HRESULT put_Verify(
VARIANT_BOOL NewVal |
Property Value
True to prompt for verification that the BlockAttribute value is correct when inserting a Block, false to not prompt for verification
See Also
Availability
DraftSight V1R2.0