STK ObjectsSend comments on this topic.
PointFileList Property (IAgCvPointDefinition)
See Also
Windows





Windows & Linux

Description

List of point file locations.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.