ICCLabel interface
Description
The ICCLabel interface represents the DevOps Code ClearCase® label object.
In DevOps Code 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.
Inheritance

Read-only properties
Methods
- Remove
Removes the label from its version
Creation
You can get a CCLabel
object from the following interfaces:
Remove
Removes the label from its version
Category
Method
VB syntax
Sub Remove([ Comment As String = "" ])
Visual C++ syntax
HRESULT Remove(_bstr_t Comment);
- Parameter
- Description
- Comment
- Optional in Visual Basic. A comment to associate with the history record for this Remove operation.
Member of: ICCLabel interface
Type
Gets the label type of this label
Category
Read-only property
VB syntax
Property Type As CCLabelType
Visual C++ syntax
ICCLabelTypePtr GetType();
Return value
The local copy of the global type is returned, not a handle to the global type.
Member of: ICCLabel interface
VOB
Gets the VOB that contains the labeled version
Category
Read-only property
VB syntax
Property VOB As CCVOB