Creates one point access to the supplied object name. The Remove method in IAgOnePtAccess should be called when you are done with the data.
[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 ); |
[Unmanaged C++] |
---|
public: HRESULT CreateOnePointAccess( BSTR PathToObject, IAgOnePtAccess ** ppRetVal ); |
[Java] |
---|
public IAgOnePtAccess createOnePointAccess( String PathToObject ); |
[Python - STK API ] |
---|
def CreateOnePointAccess(self, PathToObject:str) -> "IAgOnePtAccess": |
- PathToObject