Method GetViews
GetViews(PdmMinorRevisionId)
Gets the graphic views of a PdmObject.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 20, 222, 0)]
List<int> GetViews(PdmMinorRevisionId inMinorRevisionId)
Parameters
| Type | Name | Description |
|---|---|---|
| PdmMinorRevisionId | inMinorRevisionId | Identifier of the Minor revision to analyze. |
Returns
| Type | Description |
|---|---|
| List<int> | Identifiers of the graphic views of the document. |
Remarks
This method is available since v7.20.