HatchGetAssociatedObjectIds
Method
|
Returns the object IDs comprising all the
associative boundaries in this hatch entity. The method can return
an empty collection if this hatch is not associative.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public ObjectIdCollection GetAssociatedObjectIds()
Public Function GetAssociatedObjectIds As ObjectIdCollection
public:
ObjectIdCollection^ GetAssociatedObjectIds()
member GetAssociatedObjectIds : unit -> ObjectIdCollection
Return Value
ObjectIdCollection
See Also