IAdgObject interface.ResolvePathName Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Resolves the path name of the ADG object.

string ResolvePathName()

Resolves the path name of the ADG object.

Remarks

This method is used to resolve the path name of the ADG object. The path name is resolved according to the rules of the database where the object is stored. This can be useful for obtaining the absolute path of the object, especially if the object was specified with a relative path.

string ResolvePathName()

See Also