STK ObjectsSend comments on this topic.
VOModelFile Property (IAgVOModelItem)
See Also
Windows





Windows & Linux

Description

Interface to specify model's file.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property VOModelFile() As IAgVOModelFile
[C#]
public IAgVOModelFile VOModelFile {get;}
[Managed C++]
public: __property IAgVOModelFile ^ get_VOModelFile();
[Unmanaged C++]
public: HRESULT get_VOModelFile(
    IAgVOModelFile ** ppVal
);
[Java]
public IAgVOModelFile getVOModelFile();
[Python - STK API ]
@property
def VOModelFile(self) -> "IAgVOModelFile":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.