SetInteger32DynamicBlockProperty Method (IDynamicBlockInstanceProperty)
Sets this property with the specified integer value.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetInteger32DynamicBlockProperty( _
long Value As System.Integer _
) |
C# | |
---|
void SetInteger32DynamicBlockProperty(
System.int Value
) |
JavaScript | |
---|
SetInteger32DynamicBlockProperty(
Value : Number
) |
COM native C++ | |
---|
HRESULT SetInteger32DynamicBlockProperty(
LONG Value
) |
Parameters
- Value
- Integer value in specified units
Example
Remarks
See Also
Availability
DraftSight 2021 SP0