Verify Property (IAttributeDefinition) Send Feedback
See Also 
Gets or sets whether to prompt for verification that the BlockAtribute value is correct when inserting a Block.

Syntax

Visual Basic 
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
C++ 
DSRESULT get_Verify (
   bool* Val
)
DSRESULT put_Verify(
   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