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] |
|---|
|
| [C#] |
|---|
public IAgOnePtAccess CreateOnePointAccess( string PathToObject ); |
| [Managed C++] |
|---|
public: IAgOnePtAccess^ CreateOnePointAccess( String __gc ^ PathToObject ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgOnePtAccess createOnePointAccess( String PathToObject ); |
[Python - STK API ] |
|---|
def CreateOnePointAccess(self, PathToObject:str) -> "IAgOnePtAccess": |
- PathToObject






