Method IsExternal
IsExternal(PdmObjectId)
Tells whether an object is external (i.e. item is a non TopSolid V7 document: .docx, .xlsx, .pdf, .png etc...).
Declaration
[OperationContract]
[AvailableSinceVersion(7, 16, 324, 0)]
bool IsExternal(PdmObjectId inObjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmObjectId | inObjectId | PDM object identifier. |
Returns
| Type | Description |
|---|---|
| bool | The object is external. |