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