PointRefGetEntities
Method
|
Gets subentity paths of main entity secondary
(intersection) entity associated with this OsnapPointRef.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual FullSubentityPath[] GetEntities(
bool getLastPtRef
)
Public Overridable Function GetEntities (
getLastPtRef As Boolean
) As FullSubentityPath()
public:
virtual array<FullSubentityPath>^ GetEntities(
bool getLastPtRef
)
abstract GetEntities :
getLastPtRef : bool -> FullSubentityPath[]
override GetEntities :
getLastPtRef : bool -> FullSubentityPath[]
Parameters
- getLastPtRef Boolean
- [in] Flag that indicates whether to additionally get subentity
paths of the last point reference.
Return Value
FullSubentityPath
Array of FullSubentityPath objects representing subentity paths of
main and secondary entities.
See Also