GetCustomObResult GetCustomOb(CustomObId tCustomOb, GetCustomObArg tArg)
tCustomOb. Custom class object moniker.
tArg. Operation execution parameters.
The GetCustomOb operation extracts custom class object metadata.
This operation enables the user to get the following information:
For custom class container:
Custom class list.
List of operations created for classes.
Small and large images defined for classes.
For custom class object:
Custom class that corresponds to object.
Object internal data.
To execute the operation, specify object moniker in the tCustomOb field (custom class container or custom class object), specify the pattern in the tArg.pattern field, according to which metadata is extracted. The moniker can be obtained on executing the OpenCustomOb operation.
Example name |
Getting Information about Custom Class Object |
See also: