ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDGNPage Class / GetModels Method




In This Topic
    GetModels Method
    In This Topic
    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