SubentityId(SubentityType, IntPtr)
Constructor
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public SubentityId(
SubentityType type,
IntPtr i
)
Public Sub New (
type As SubentityType,
i As IntPtr
)
public:
SubentityId(
SubentityType type,
IntPtr i
)
new :
type : SubentityType *
i : IntPtr -> SubentityId
Parameters
- type SubentityType
-
- i IntPtr
-
See Also