ICCComponent interface

Description

The ICCComponent interface represents the Rational® ClearCase® UCM component object.

Inheritance

ICCComponent inherits
from ICCUCMObject, which inherits from ICCVOBObject and IDispatch. ICCVOBObject interface ICCUCMObject interface

Read-only properties

InitialBaseline

Gets the initial baseline of the component

RootDirectoryElement

Gets the root directory of this component

Examples

Creation

InitialBaseline

Gets the initial baseline of the component

Category

Read-only property

VB syntax

Property InitialBaseline() As CCBaseline

Visual C++ syntax

ICCBaselinePtr GetInitialBaseline();

Member of: ICCComponent interface

RootDirectoryElement

Gets the root directory of this component

Category

Read-only property

VB syntax

Property RootDirectoryElement As CCElement

Visual C++ syntax

ICCElementPtr GetRootDirectoryElement();

Member of: ICCComponent interface


Feedback