CADability dotNET

The IGeoObjectImpl type exposes the following members.

Properties

  NameDescription
Public propertyActuator
Sets or gets the drive assiziated with this GeoObject
Public propertyAttributes
Implements Attributes. Returns a collection af all CADability attributes used by this GeoObject. Non CADability attributes must be handled by your code.
Public propertyCustomAttributeKeys
Public propertyDescription
Returns a textual description of the GeoObject. Mainly used for debugging purposes
Public propertyIsVisible
Reads or writes the visible flag. Invisible objects ar not displayed.
Public propertyLayer
Fully implements Layer. Stores the layer in a private member. Setting raises the WillChangeEvent and DidChangeEvent.
Public propertyNumChildren
Overrides NumChildren. The default implementation returns 0.
Public propertyOwnedItems
Returns an array of objects owned by this object. E.g. a face is owned by a shell.
Public propertyOwner
Overrides Owner. Fully implements set and get property and saves the value in a private member.
Public propertyPreferredStyle
Returns the preferred style for this objects, see [!:Style.EDefaultFor].
Public propertyStyle
Fully implements Style. Stores the style in a private member. Setting raises the WillChangeEvent and DidChangeEvent.
Public propertyStyleIsValid
Returns true, if the setting of the style of this object is identical to the setting of the individual attributes, false otherwise
Public propertyUniqueId
Public propertyUserData
Fully implements UserData. No need to override.

See Also