Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
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