AGI STK Objects 11Send comments on this topic.
ObjectFiles Property (IAgStkObject)
See Also 
Windows






Windows & Linux

Description

Returns the list of files that constitute an object.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ObjectFiles() As System.Array
[C#]
public System.Array ObjectFiles {get;}
[Managed C++]
public: __property System::Array^ get_ObjectFiles();
[Unmanaged C++]
public: HRESULT get_ObjectFiles(
   SAFEARRAY ** ppRetVal
);
[Java]
public Object[] getObjectFiles();

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.