Costruttore AcadDocStructInfo
|
Passa la costruzione alla classe base.
Namespace: DedNetAcadAssembly: DedNetAcad (in DedNetAcad.dll) Versione: 26.4.0.0 (26.4.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 DedNetApplication
-
- parent DocStructInfoCollection
-
- elements DocStructInfoDictionary
-
- operations DocStructInfoOperationListDictionary
-
- fileDescr DocStructInfoFileDescriptor
-
- depType DocDepEnum
-
Vedi anche