STK ObjectsSend 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 AgSafeArray getObjectFiles();
[Python - STK API ]
@property
def ObjectFiles(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.