FullSubentityPath Constructor
 | 
Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public FullSubentityPath(
        ObjectId[] ids,
        SubentityId index
)
 
Public Sub New ( 
        ids As ObjectId(),
        index As SubentityId
)
 
public:
FullSubentityPath(
        array<ObjectId>^ ids, 
        SubentityId index
)
 
new : 
        ids : ObjectId[] * 
        index : SubentityId -> FullSubentityPath
 
 
 
Parameters
- ids
 
- Type: Teigha.DatabaseServicesObjectId
 
- index
 
- Type: Teigha.DatabaseServicesSubentityId
 
 
See Also