ObjectCAMID Property
The ObjectCAMID property returns the CAMID of the object in the namespace set by the ObjectName property.
Syntax
Namespace .ObjectCAMID
Applies To
Discussion
Use this property to get the CAMID of an object in a namespace.
A COM exception is thrown in error situations. The message that is passed with the exception varies depending on the error situation.
Type
String
Access
Read
Examples
new_namespace = model.Namespaces.Add()CAMID_of_Object
= new_namespace.ObjectCAMID