Costruttore AcadDocStructInfo
|
Passa la costruzione alla classe base.
Namespace:
DedNetAcad
Assembly:
DedNetAcad (in DedNetAcad.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi protected AcadDocStructInfo(
DedNetApplication app,
DocStructInfoCollection parent,
DocStructInfoDictionary elements,
DocStructInfoOperationListDictionary operations,
DocStructInfoFileDescriptor fileDescr,
DocDepEnum depType
)
Protected Sub New (
app As DedNetApplication,
parent As DocStructInfoCollection,
elements As DocStructInfoDictionary,
operations As DocStructInfoOperationListDictionary,
fileDescr As DocStructInfoFileDescriptor,
depType As DocDepEnum
)
protected:
AcadDocStructInfo(
DedNetApplication^ app,
DocStructInfoCollection^ parent,
DocStructInfoDictionary^ elements,
DocStructInfoOperationListDictionary^ operations,
DocStructInfoFileDescriptor^ fileDescr,
DocDepEnum depType
)
new :
app : DedNetApplication *
parent : DocStructInfoCollection *
elements : DocStructInfoDictionary *
operations : DocStructInfoOperationListDictionary *
fileDescr : DocStructInfoFileDescriptor *
depType : DocDepEnum -> AcadDocStructInfo
Parametri
- app
- Tipo: DedNetApplication
- parent
- Tipo: DocStructInfoCollection
- elements
- Tipo: DocStructInfoDictionary
- operations
- Tipo: DocStructInfoOperationListDictionary
- fileDescr
- Tipo: DocStructInfoFileDescriptor
- depType
- Tipo: DocDepEnum
Vedi anche