Constructor ElementId
ElementId(DocumentId, int)
Initializes a new instance of the ElementId structure.
Declaration
public ElementId(DocumentId inDocumentId, int inId)
Parameters
| Type | Name | Description |
|---|---|---|
| DocumentId | inDocumentId | Document of the element. |
| int | inId | Identifier of the element within its document, or 0 if empty. |