ImageGear .NET - Updated
GetModels Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDGNPage Class : GetModels Method
Gets names of available Models.
Syntax
'Declaration
 
Public Function GetModels() As String()
'Usage
 
Dim instance As ImGearDGNPage
Dim value() As String
 
value = instance.GetModels()
public string[] GetModels()
public: string*[]* GetModels(); 
public:
array<String^>^ GetModels(); 

Return Value

Returns a string[] containing the Model names for this page.
See Also

Reference

ImGearDGNPage Class
ImGearDGNPage Members