Get layouts from a file passing file change id

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

Public Shared Function GetLayouts( _ 
ByVal file_change_id As EntityID, _ 
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_change_id
bool include_attributes 
)
This language is not supported or no code example is available.
public:  
static DataOperationResponse<List<CADLayoutInfo^>^>^ GetLayouts( 
EntityID^ file_change_id
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_change_id
Type: EntityID

ID of the file change

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