Share

ClientFeatureDefinition Object


Description

The ClientFeatureDefinition object is used to define and query all the inputs of a ClientFeature.

Methods

Name Description
AddDependency Method that adds an upstream Inventor object as a dependency of the client feature.
RemoveDependency Method that removes a dependency of the client feature.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
ClientFeatureElements Property that returns the ClientFeatureElements collection object that defines the Inventor objects composited by this feature.
ClientGraphicsCollection Property that returns the ClientGraphicsCollection object. These graphics are persisted with the document.
FeatureInputs Read-write property that gets and sets the objects that are inputs to the client feature.
FeatureType Property that defines the naming of the client feature in the browser. This property returns a non-localized string supplied during the creation.
GraphicsDataSetsCollection Read-only property that returns the GraphicsDataSetsCollection object.
HighlightClientGraphicsWithFeature Read-write property that gets and sets whether client graphics owned by this feature should be pre-highlighted, highlighted or selected with the client feature.
Parent Property that returns the parent ClientFeature object. The property returns Nothing in the forward create scenario (i.e. when the object is created using ClientFeatures.CreateDefinition method).
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

ClientFeature.Definition, ClientFeatureElement.Parent, ClientFeatureElementProxy.Parent, ClientFeatureProxy.Definition, ClientFeatures.CreateDefinition

Version

Introduced in version 2008

Was this information helpful?