Click or drag to resize

IMcObject Properties

The IMcObject type exposes the following members.

Properties
  NameDescription
Public propertyAncestorMcObject
The closest "ancestor" McObject with a given TagNumber or the "root" ancestor McObject.
Public propertyCode exampleCategory
A property both reflecting and allowing the assignment of the object's Category membership.
Public propertyCreatorCollection
A read-only property reflecting the McObjects collection instance from which this McObject instance was created.
Public propertyDisplayName
A read/write name string property to be used for display purposes.
Public propertyInterface
A read-only property reflecting this object's interface data, if any.
Public propertyInternalHOBJ
The unique, internal object handle
Public propertyName
The object's name, formatted as specified by the bShowParentAndNamespace argument
Public propertyNamespace
The object's namespace.
Public propertyParentMcObject
A read/write property reflecting the object's immediate Parent McObject, if any.
Public propertyCode exampleSelectedMcObject
A McObject instance that exposes a sub-array of the Value property.
Public propertyCode exampleSelectedValues
A read/write property allowing access to a sub-array of the Value property.
Public propertyShadowMcObject
A Read/Write Property for setting or retrieving the Shadow of an Alias type object.
Public propertyCode exampleShape
For data objects, the Shape property reflects and sets the number of dimensions, and the size and characteristics of those dimensions.
Public propertyTagNumber
A read/write property reflecting object's Tag Number.
Public propertyCode exampleType
Public propertyUserFlags
A masked read/write property reflecting the object's UserFlags.
Public propertyValue
A property both reflecting and allowing the assignment of the data value(s) associated with this object.
Public propertyValueType
The VARTYPE of the Value property.
Public propertyVectorLength
A read-only property giving the vector length of a data object.
Top
See Also