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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.