Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public static ObjectIdCollection Explode(
ObjectId entity
)
Public Shared Function Explode (
entity As ObjectId
) As ObjectIdCollection
public:
static ObjectIdCollection^ Explode(
ObjectId entity
)
static member Explode :
entity : ObjectId -> ObjectIdCollection
Parameters
- entity ObjectId
-
Return Value
ObjectIdCollection
See Also