Get layouts from a file passing file id and version

Namespace: SynergyClientAPI.CADLayouts
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function GetLayouts( _ 
ByVal file_id As EntityID, _ 
ByVal version As Integer, _ 
ByVal include_attributes As Boolean
) As DataOperationResponse(Of List(Of CADLayoutInfo))
This language is not supported or no code example is available.
public static DataOperationResponse<List<CADLayoutInfo>> GetLayouts( 
EntityID file_id
int version
bool include_attributes 
)
This language is not supported or no code example is available.
public:  
static DataOperationResponse<List<CADLayoutInfo^>^>^ GetLayouts( 
EntityID^ file_id
int version
bool include_attributes 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

file_id
Type: EntityID

Id of the file

version
Type: int

Version of the file

include_attributes
Type: bool

If it's required to include attributes of CAD layouts in the response

Return Value

Type: DataOperationResponse<List<CADLayoutInfo>>

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1