Constructor SmartDocument
SmartDocument(DocumentId)
Initializes a new instance of the SmartDocument class of type Basic
Declaration
public SmartDocument(DocumentId inDocumentId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Document identifier of the document to reference. |
SmartDocument(DocumentId, DocumentReferenceType)
Initializes a new instance of the SmartDocument class of type Basic
Declaration
public SmartDocument(DocumentId inDocumentId, DocumentReferenceType inReferenceType)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Document identifier of the document to reference. |
| DocumentReferenceType | inReferenceType | Document reference type of the SmartDocument. |
SmartDocument(ElementId)
Initializes a new instance of the SmartDocument class of type Element.
Declaration
public SmartDocument(ElementId inElementId)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of providing element. |
SmartDocument(ElementId, DocumentReferenceType)
Initializes a new instance of the SmartDocument class of type Element.
Declaration
public SmartDocument(ElementId inElementId, DocumentReferenceType inReferenceType)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementId | inElementId | Identifier of providing element. |
| DocumentReferenceType | inReferenceType | Document reference type of the SmartDocument. |