ImageGear .NET - Updated
GetActiveLayout Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDWGPage Class : GetActiveLayout Method
Returns the name of the current active Layout
Syntax
'Declaration
 
Public Function GetActiveLayout() As String
'Usage
 
Dim instance As ImGearDWGPage
Dim value As String
 
value = instance.GetActiveLayout()
public string GetActiveLayout()
public: string* GetActiveLayout(); 
public:
String^ GetActiveLayout(); 

Return Value

Returns a string of the active Layout's name.
See Also

Reference

ImGearDWGPage Class
ImGearDWGPage Members