'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.