Assoc2dConstraintGroupAddConstrainedGeometry
Method
|
Creates and adds a new ConstrainedGeometry
object into this constraint group.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public ConstrainedGeometry AddConstrainedGeometry(
FullSubentityPath subentPath
)
Public Function AddConstrainedGeometry (
subentPath As FullSubentityPath
) As ConstrainedGeometry
public:
ConstrainedGeometry^ AddConstrainedGeometry(
FullSubentityPath subentPath
)
member AddConstrainedGeometry :
subentPath : FullSubentityPath -> ConstrainedGeometry
Parameters
- subentPath FullSubentityPath
- [in] Full subentity path to a constrained geometry. Only edges
and vertices are valid subentity types.
Return Value
ConstrainedGeometry
Created ConstrainedGeometry instance that has been added to this
constraint group.
See Also