SubentityOverruleDeleteSubentPaths Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public virtual void DeleteSubentPaths(
Entity entity,
FullSubentityPath[] paths
)
Public Overridable Sub DeleteSubentPaths (
entity As Entity,
paths As FullSubentityPath()
)
public:
virtual void DeleteSubentPaths(
Entity^ entity,
array<FullSubentityPath>^ paths
)
abstract DeleteSubentPaths :
entity : Entity *
paths : FullSubentityPath[] -> unit
override DeleteSubentPaths :
entity : Entity *
paths : FullSubentityPath[] -> unit
Parameters
- entity Entity
-
- paths FullSubentityPath
-
See Also