List of point file locations.
Read-only property
[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": |