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