AssocPersSubentityIdPEGetSplineEdgeVertexSubentities
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public virtual void GetSplineEdgeVertexSubentities(
Entity entity,
SubentityId edgeSubentId,
ref SubentityId startVertexSubentId,
ref SubentityId endVertexSubentId,
ref SubentityId[] controlPointSubentIds,
ref SubentityId[] fitPointSubentIds
)
Public Overridable Sub GetSplineEdgeVertexSubentities (
entity As Entity,
edgeSubentId As SubentityId,
ByRef startVertexSubentId As SubentityId,
ByRef endVertexSubentId As SubentityId,
ByRef controlPointSubentIds As SubentityId(),
ByRef fitPointSubentIds As SubentityId()
)
public:
virtual void GetSplineEdgeVertexSubentities(
Entity^ entity,
SubentityId edgeSubentId,
SubentityId% startVertexSubentId,
SubentityId% endVertexSubentId,
array<SubentityId>^% controlPointSubentIds,
array<SubentityId>^% fitPointSubentIds
)
abstract GetSplineEdgeVertexSubentities :
entity : Entity *
edgeSubentId : SubentityId *
startVertexSubentId : SubentityId byref *
endVertexSubentId : SubentityId byref *
controlPointSubentIds : SubentityId[] byref *
fitPointSubentIds : SubentityId[] byref -> unit
override GetSplineEdgeVertexSubentities :
entity : Entity *
edgeSubentId : SubentityId *
startVertexSubentId : SubentityId byref *
endVertexSubentId : SubentityId byref *
controlPointSubentIds : SubentityId[] byref *
fitPointSubentIds : SubentityId[] byref -> unit
Parameters
- entity Entity
-
- edgeSubentId SubentityId
-
- startVertexSubentId SubentityId
-
- endVertexSubentId SubentityId
-
- controlPointSubentIds SubentityId
-
- fitPointSubentIds SubentityId
-
See Also