Read-only. A Long type property. Returns the sub ID of the shape/service object, which is an unique integer number within the scope of the shape's parent object (group or page).
Applies to: Shape object, ServObj object
[[Let] subIDRet =] object.SubID |
The SubID property syntax has these parts:
Part | Description |
object | Required. An expression that returns an object in the Applies to list. |
subIDRet | Optional. A Long type variable. |
Note that the SubID property of the object is unique only within the scope of the object's parent object. That is, the objects in different groups or on different pages can have the same SubIDs. In order to identify an object within one document, use the ID property.
See Also |
ID property, Page property, Parent property |