AGI STK Objects 11 Send comments on this topic.
CreateOnePointAccess Method (IAgStkObject)
See Also 
PathToObject





Description

Creates one point access to the supplied object name. The Remove method in IAgOnePtAccess should be called when you are done with the data.

Syntax

[Visual Basic .NET]
Public Function CreateOnePointAccess( _
   ByVal PathToObject As String _
) As IAgOnePtAccess

[C#]
public IAgOnePtAccess CreateOnePointAccess(
string PathToObject
);

[Managed C++]
public: IAgOnePtAccess^ CreateOnePointAccess(
String __gc ^ PathToObject
);

[Java]
public IAgOnePtAccess createOnePointAccess(
String PathToObject
);

[Unmanaged C++]
public: HRESULT CreateOnePointAccess(
BSTR PathToObject,
IAgOnePtAccess ** ReturnValue
);

Parameters

PathToObject

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1