IOrganizationComponent Copy link to this sectionLink to this section copied!

DeclarationCopy link to this sectionLink to this section copied!

IOrganizationComponent: IDispatch

OverviewCopy link to this sectionLink to this section copied!

This interface is meant to create, access, delete, or move features and components.

PropertiesCopy link to this sectionLink to this section copied!

Array<IFeature>Features - Gets the collection of features.

MethodsCopy link to this sectionLink to this section copied!

NewFeature(String aName;)
Creates a new feature.

DeleteFeature(IFeature aFeature);
Deletes a feature.

MoveComponentToFeature(IComponent aComponent, IFeature aFeature);
Moves a component to a specified feature.

ShareComponentWithFeature(IComponent aComponent, IFeature aFeature);
Share a component with a specified feature.

Topics