Gets or sets whether to merge Punch ID column cells that have the same contents.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property CombineSameSize As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPunchTable
Dim value As Boolean
instance.CombineSameSize = value
value = instance.CombineSameSize
|
C# | |
---|
bool CombineSameSize {get; set;} |
C++/CLI | |
---|
property bool CombineSameSize {
bool get();
void set (bool value);
} |
Return Value
True to merge Punch ID column cells that have the same contents, false to not; only valid if
IPunchTable::CombineTags is false (see
Remarks)
Example
Remarks
See Also
Availability
SolidWorks 2012 FCS, Revision Number 20.0