DimAssocGetDimAssocGeomIds
Method
|
Posts the DimAssoc object to the database and
sets up a reactor between it and its associated dimension.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public void GetDimAssocGeomIds(
ObjectIdCollection geomIds
)
Public Sub GetDimAssocGeomIds (
geomIds As ObjectIdCollection
)
public:
void GetDimAssocGeomIds(
ObjectIdCollection^ geomIds
)
member GetDimAssocGeomIds :
geomIds : ObjectIdCollection -> unit
Parameters
- geomIds ObjectIdCollection
-
See Also