Depth Property
Description
Gets or sets a depth value for a feature command.
Property type
Read-write property
Syntax
Visual Basic |
---|
Public Property Depth As Double |
Return Type
Read/write Double value.
Remarks
This property applies only to PC-DMIS commands that have a depth field..
The Command object allows you to also use the Indent property for setting a feature’s depth for compatibility purposes with older scripts, but you should use the newer Depth property for any current implementation.
See Also