Gets whether this is a dynamic block instance.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property IsDynamicBlock As System.Boolean |
C# | |
---|
System.bool IsDynamicBlock {get;} |
JavaScript | |
---|
get_IsDynamicBlock () : Boolean
|
COM native C++ |   |
---|
HRESULT get_IsDynamicBlock(
VARIANT_BOOL* Val
) |
C++ | |
---|
DSRESULT get_IsDynamicBlock (
bool* Val
)
|
Property Value
True if this is a dynamic block instance, false if this is a static block instance
Example
See Also
Availability
DraftSight 2021 SP0