ImageGear .NET v24.12 - Updated
GetActiveModel Method




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

Return Value

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

Reference

ImGearDGNPage Class
ImGearDGNPage Members