SubentityOverruleGetSubentPathGeomExtents
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual Extents3d GetSubentPathGeomExtents(
Entity entity,
FullSubentityPath path
)
Public Overridable Function GetSubentPathGeomExtents (
entity As Entity,
path As FullSubentityPath
) As Extents3d
public:
virtual Extents3d GetSubentPathGeomExtents(
Entity^ entity,
FullSubentityPath path
)
abstract GetSubentPathGeomExtents :
entity : Entity *
path : FullSubentityPath -> Extents3d
override GetSubentPathGeomExtents :
entity : Entity *
path : FullSubentityPath -> Extents3d
Parameters
- entity Entity
-
- path FullSubentityPath
-
Return Value
Extents3d
See Also