The ICCLabel interface represents the Rational® ClearCase® label object.
In Rational ClearCase, you can attach labels to specific versions of file system elements. These labels are often used in the view config spec selection rules to filter for versions of interest.
Removes the label from its version
Method
Sub Remove([ Comment As String = "" ])
HRESULT Remove(_bstr_t Comment);
Member of: ICCLabel interface
Gets the label type of this label
Read-only property
Property Type As CCLabelType
ICCLabelTypePtr GetType();
The local copy of the global type is returned, not a handle to the global type.
Member of: ICCLabel interface
Gets the VOB that contains the labeled version
Read-only property
Property VOB As CCVOB