NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Drawings::DrawingCompareSettingsBuilder Class Reference

Represents a Drawings::DrawingCompareSettingsBuilder builder
To create a new instance of this class, use DrawingCompareManager::CreateDrawingCompareSettingsBuilder
Default values. More...

Inheritance diagram for NXOpen::Drawings::DrawingCompareSettingsBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  ChangeSymbolType {
  ChangeSymbolTypeCircle, ChangeSymbolTypeTriangleUp, ChangeSymbolTypeTriangleDown, ChangeSymbolTypeSquare,
  ChangeSymbolTypeHexagon
}
 Represents a Compare Settings Change symbol Types. More...
enum  ComparisonBaseline { ComparisonBaselineSnapshot, ComparisonBaselineTrackedChanges }
 Represents a Compare Settings ComparisonBaseline. More...
enum  FontType {
  FontTypeSolid, FontTypeDashed, FontTypePhantom, FontTypeCenterline,
  FontTypeDotted, FontTypeLongDash, FontTypeDottedDash
}
 Represents a Compare Settings Change symbol font types. More...
enum  WidthType { WidthTypeThin, WidthTypeNormal, WidthTypeThick }
 Represents a Compare Settings Change symbol width types. More...

Public Member Functions

NXOpen::Drawings::DrawingCompareSettingsBuilder::ComparisonBaseline BaselineForComparison ()
 Returns the baseline for comparison
Created in NX7.5.0.
bool CenterlineCompare ()
 Returns the centerline compare
Created in NX7.5.0.
NXOpen::NXColorColor ()
 Returns the color
Created in NX7.5.0.
double CompareTolerance ()
 Returns the compare tolerance
Created in NX7.5.0.
bool CrosshatchAreaFillsCompare ()
 Returns the crosshatch area fills compare
Created in NX7.5.0.
bool DatumFeatureSymbolCompare ()
 Returns the datum feature symbol compare
Created in NX7.5.0.
bool DatumFeatureSymbolLeaderTerminatorCompare ()
 Returns the datum feature symbol leader info compare
Created in NX7.5.0.
bool DatumFeatureSymbolOriginCompare ()
 Returns the datum feature symbol origin compare
Created in NX7.5.0.
bool DatumFeatureSymbolRetainedStatusCompare ()
 Returns the datum feature symbol retained status compare
Created in NX7.5.0.
bool DatumFeatureSymbolTextCompare ()
 Returns the datum feature symbol text compare
Created in NX7.5.0.
bool DatumTargetCompare ()
 Returns the datum target compare
Created in NX7.5.0.
bool DatumTargetLeaderTerminatorCompare ()
 Returns the datum target leader info compare
Created in NX7.5.0.
bool DatumTargetOriginCompare ()
 Returns the datum target origin compare
Created in NX7.5.0.
bool DatumTargetRetainedStatusCompare ()
 Returns the datum target retained status compare
Created in NX7.5.0.
bool DatumTargetTextCompare ()
 Returns the datum target text compare
Created in NX7.5.0.
bool DimCompare ()
 Returns the dim compare
Created in NX7.5.0.
bool DimOriginCompare ()
 Returns the dim origin compare
Created in NX7.5.0.
bool DimRetainedStatusCompare ()
 Returns the dim retained status compare
Created in NX7.5.0.
bool DimSizeCompare ()
 Returns the dim size compare
Created in NX7.5.0.
bool DisplayChangeSymbol ()
 Returns the display change symbol
Created in NX7.5.0.
bool FcfCompare ()
 Returns the fcf compare
Created in NX7.5.0.
bool FcfLeaderTerminatorCompare ()
 Returns the fcf leader info compare
Created in NX7.5.0.
bool FcfOriginCompare ()
 Returns the fcf origin compare
Created in NX7.5.0.
bool FcfRetainedStatusCompare ()
 Returns the fcf retained status compare
Created in NX7.5.0.
bool FcfTextCompare ()
 Returns the fcf text compare
Created in NX7.5.0.
bool NoteCompare ()
 Returns the note compare
Created in NX7.5.0.
bool NoteLeaderTerminatorCompare ()
 Returns the note leader info compare
Created in NX7.5.0.
bool NoteOriginCompare ()
 Returns the note origin compare
Created in NX7.5.0.
bool NoteRetainedStatusCompare ()
 Returns the note retained status compare
Created in NX7.5.0.
bool NoteTextCompare ()
 Returns the note text compare
Created in NX7.5.0.
bool PartListCompare ()
 Returns the part list compare
Created in NX7.5.0.
bool RestartNumbers ()
 Returns the restart numbers
Created in NX7.5.0.
void SetBaselineForComparison (NXOpen::Drawings::DrawingCompareSettingsBuilder::ComparisonBaseline baselineForComparison)
 Sets the baseline for comparison
Created in NX7.5.0.
void SetCenterlineCompare (bool centerlineCompare)
 Sets the centerline compare
Created in NX7.5.0.
void SetColor (NXOpen::NXColor *color)
 Sets the color
Created in NX7.5.0.
void SetCompareTolerance (double compareTolerance)
 Sets the compare tolerance
Created in NX7.5.0.
void SetCrosshatchAreaFillsCompare (bool crosshatchAreaFillsCompare)
 Sets the crosshatch area fills compare
Created in NX7.5.0.
void SetDatumFeatureSymbolCompare (bool datumFeatureSymbolCompare)
 Sets the datum feature symbol compare
Created in NX7.5.0.
void SetDatumFeatureSymbolLeaderTerminatorCompare (bool datumFeatureSymbolLeaderTerminatorCompare)
 Sets the datum feature symbol leader info compare
Created in NX7.5.0.
void SetDatumFeatureSymbolOriginCompare (bool datumFeatureSymbolOriginCompare)
 Sets the datum feature symbol origin compare
Created in NX7.5.0.
void SetDatumFeatureSymbolRetainedStatusCompare (bool datumFeatureSymbolRetainedStatusCompare)
 Sets the datum feature symbol retained status compare
Created in NX7.5.0.
void SetDatumFeatureSymbolTextCompare (bool datumFeatureSymbolTextCompare)
 Sets the datum feature symbol text compare
Created in NX7.5.0.
void SetDatumTargetCompare (bool datumTargetCompare)
 Sets the datum target compare
Created in NX7.5.0.
void SetDatumTargetLeaderTerminatorCompare (bool datumTargetLeaderTerminatorCompare)
 Sets the datum target leader info compare
Created in NX7.5.0.
void SetDatumTargetOriginCompare (bool datumTargetOriginCompare)
 Sets the datum target origin compare
Created in NX7.5.0.
void SetDatumTargetRetainedStatusCompare (bool datumTargetRetainedStatusCompare)
 Sets the datum target retained status compare
Created in NX7.5.0.
void SetDatumTargetTextCompare (bool datumTargetTextCompare)
 Sets the datum target text compare
Created in NX7.5.0.
void SetDimCompare (bool dimCompare)
 Sets the dim compare
Created in NX7.5.0.
void SetDimOriginCompare (bool dimOriginCompare)
 Sets the dim origin compare
Created in NX7.5.0.
void SetDimRetainedStatusCompare (bool dimRetainedStatusCompare)
 Sets the dim retained status compare
Created in NX7.5.0.
void SetDimSizeCompare (bool dimSizeCompare)
 Sets the dim size compare
Created in NX7.5.0.
void SetDisplayChangeSymbol (bool displayChangeSymbol)
 Sets the display change symbol
Created in NX7.5.0.
void SetFcfCompare (bool fcfCompare)
 Sets the fcf compare
Created in NX7.5.0.
void SetFcfLeaderTerminatorCompare (bool fcfLeaderTerminatorCompare)
 Sets the fcf leader info compare
Created in NX7.5.0.
void SetFcfOriginCompare (bool fcfOriginCompare)
 Sets the fcf origin compare
Created in NX7.5.0.
void SetFcfRetainedStatusCompare (bool fcfRetainedStatusCompare)
 Sets the fcf retained status compare
Created in NX7.5.0.
void SetFcfTextCompare (bool fcfTextCompare)
 Sets the fcf text compare
Created in NX7.5.0.
void SetNoteCompare (bool noteCompare)
 Sets the note compare
Created in NX7.5.0.
void SetNoteLeaderTerminatorCompare (bool noteLeaderTerminatorCompare)
 Sets the note leader info compare
Created in NX7.5.0.
void SetNoteOriginCompare (bool noteOriginCompare)
 Sets the note origin compare
Created in NX7.5.0.
void SetNoteRetainedStatusCompare (bool noteRetainedStatusCompare)
 Sets the note retained status compare
Created in NX7.5.0.
void SetNoteTextCompare (bool noteTextCompare)
 Sets the note text compare
Created in NX7.5.0.
void SetPartListCompare (bool partListCompare)
 Sets the part list compare
Created in NX7.5.0.
void SetRestartNumbers (bool restartNumbers)
 Sets the restart numbers
Created in NX7.5.0.
void SetSheetCompare (bool sheetCompare)
 Sets the sheet compare
Created in NX7.5.0.
void SetSymbolCompare (bool symbolCompare)
 Sets the symbol compare
Created in NX7.5.0.
void SetSymbolFont (NXOpen::Drawings::DrawingCompareSettingsBuilder::FontType symbolFont)
 Sets the symbol font
Created in NX7.5.0.
void SetSymbolLeaderTerminatorCompare (bool symbolLeaderTerminatorCompare)
 Sets the symbol leader info compare
Created in NX7.5.0.
void SetSymbolOriginCompare (bool symbolOriginCompare)
 Sets the symbol origin compare
Created in NX7.5.0.
void SetSymbolRetainedStatusCompare (bool symbolRetainedStatusCompare)
 Sets the symbol retained status compare
Created in NX7.5.0.
void SetSymbolSize (double symbolSize)
 Sets the symbol size
Created in NX7.5.0.
void SetSymbolTextCompare (bool symbolTextCompare)
 Sets the symbol text compare
Created in NX7.5.0.
void SetSymbolType (NXOpen::Drawings::DrawingCompareSettingsBuilder::ChangeSymbolType symbolType)
 Sets the symbol type
Created in NX7.5.0.
void SetSymbolWidth (NXOpen::Drawings::DrawingCompareSettingsBuilder::WidthType symbolWidth)
 Sets the symbol width
Created in NX7.5.0.
void SetTableCompare (bool tableCompare)
 Sets the table compare
Created in NX7.5.0.
void SetViewCompare (bool viewCompare)
 Sets the view compare
Created in NX7.5.0.
bool SheetCompare ()
 Returns the sheet compare
Created in NX7.5.0.
bool SymbolCompare ()
 Returns the symbol compare
Created in NX7.5.0.
NXOpen::Drawings::DrawingCompareSettingsBuilder::FontType SymbolFont ()
 Returns the symbol font
Created in NX7.5.0.
bool SymbolLeaderTerminatorCompare ()
 Returns the symbol leader info compare
Created in NX7.5.0.
bool SymbolOriginCompare ()
 Returns the symbol origin compare
Created in NX7.5.0.
bool SymbolRetainedStatusCompare ()
 Returns the symbol retained status compare
Created in NX7.5.0.
double SymbolSize ()
 Returns the symbol size
Created in NX7.5.0.
bool SymbolTextCompare ()
 Returns the symbol text compare
Created in NX7.5.0.
NXOpen::Drawings::DrawingCompareSettingsBuilder::ChangeSymbolType SymbolType ()
 Returns the symbol type
Created in NX7.5.0.
NXOpen::Drawings::DrawingCompareSettingsBuilder::WidthType SymbolWidth ()
 Returns the symbol width
Created in NX7.5.0.
bool TableCompare ()
 Returns the table compare
Created in NX7.5.0.
bool ViewCompare ()
 Returns the view compare
Created in NX7.5.0.

Detailed Description

Represents a Drawings::DrawingCompareSettingsBuilder builder
To create a new instance of this class, use DrawingCompareManager::CreateDrawingCompareSettingsBuilder
Default values.

Property Value

BaselineForComparison

Snapshot

CenterlineCompare

1

CompareTolerance

0.001

CrosshatchAreaFillsCompare

1

DatumFeatureSymbolCompare

1

DatumFeatureSymbolLeaderTerminatorCompare

0

DatumFeatureSymbolOriginCompare

0

DatumFeatureSymbolRetainedStatusCompare

0

DatumFeatureSymbolTextCompare

0

DatumTargetCompare

1

DatumTargetLeaderTerminatorCompare

0

DatumTargetOriginCompare

0

DatumTargetRetainedStatusCompare

0

DatumTargetTextCompare

0

DimCompare

1

DimOriginCompare

0

DimRetainedStatusCompare

0

DimSizeCompare

0

DisplayChangeSymbol

0

FcfCompare

1

FcfLeaderTerminatorCompare

0

FcfOriginCompare

0

FcfRetainedStatusCompare

0

FcfTextCompare

0

NoteCompare

1

NoteLeaderTerminatorCompare

0

NoteOriginCompare

0

NoteRetainedStatusCompare

0

NoteTextCompare

0

PartListCompare

1

RestartNumbers

0

SheetCompare

1

SymbolCompare

1

SymbolFont

Solid

SymbolLeaderTerminatorCompare

0

SymbolOriginCompare

0

SymbolRetainedStatusCompare

0

SymbolSize

0

SymbolTextCompare

0

SymbolType

Circle

SymbolWidth

Thin

TableCompare

1

ViewCompare

1


Created in NX7.5.0.


Member Enumeration Documentation

Represents a Compare Settings Change symbol Types.

Enumerator:
ChangeSymbolTypeCircle 

circle

ChangeSymbolTypeTriangleUp 

triangle up

ChangeSymbolTypeTriangleDown 

triangle down

ChangeSymbolTypeSquare 

square

ChangeSymbolTypeHexagon 

hexagon

Represents a Compare Settings ComparisonBaseline.

Enumerator:
ComparisonBaselineSnapshot 

snapshot

ComparisonBaselineTrackedChanges 

tracked changes

Represents a Compare Settings Change symbol font types.

Enumerator:
FontTypeSolid 

solid

FontTypeDashed 

dashed

FontTypePhantom 

phantom

FontTypeCenterline 

centerline

FontTypeDotted 

dotted

FontTypeLongDash 

long dash

FontTypeDottedDash 

dotted dash

Represents a Compare Settings Change symbol width types.

Enumerator:
WidthTypeThin 

thin

WidthTypeNormal 

normal

WidthTypeThick 

thick


Member Function Documentation

Returns the baseline for comparison
Created in NX7.5.0.



License requirements : None

Returns the centerline compare
Created in NX7.5.0.



License requirements : None

Returns the color
Created in NX7.5.0.



License requirements : None

Returns the compare tolerance
Created in NX7.5.0.



License requirements : None

Returns the crosshatch area fills compare
Created in NX7.5.0.



License requirements : None

Returns the datum feature symbol compare
Created in NX7.5.0.



License requirements : None

Returns the datum feature symbol leader info compare
Created in NX7.5.0.



License requirements : None

Returns the datum feature symbol origin compare
Created in NX7.5.0.



License requirements : None

Returns the datum feature symbol retained status compare
Created in NX7.5.0.



License requirements : None

Returns the datum feature symbol text compare
Created in NX7.5.0.



License requirements : None

Returns the datum target compare
Created in NX7.5.0.



License requirements : None

Returns the datum target leader info compare
Created in NX7.5.0.



License requirements : None

Returns the datum target origin compare
Created in NX7.5.0.



License requirements : None

Returns the datum target retained status compare
Created in NX7.5.0.



License requirements : None

Returns the datum target text compare
Created in NX7.5.0.



License requirements : None

Returns the dim compare
Created in NX7.5.0.



License requirements : None

Returns the dim origin compare
Created in NX7.5.0.



License requirements : None

Returns the dim retained status compare
Created in NX7.5.0.



License requirements : None

Returns the dim size compare
Created in NX7.5.0.



License requirements : None

Returns the display change symbol
Created in NX7.5.0.



License requirements : None

Returns the fcf compare
Created in NX7.5.0.



License requirements : None

Returns the fcf leader info compare
Created in NX7.5.0.



License requirements : None

Returns the fcf origin compare
Created in NX7.5.0.



License requirements : None

Returns the fcf retained status compare
Created in NX7.5.0.



License requirements : None

Returns the fcf text compare
Created in NX7.5.0.



License requirements : None

Returns the note compare
Created in NX7.5.0.



License requirements : None

Returns the note leader info compare
Created in NX7.5.0.



License requirements : None

Returns the note origin compare
Created in NX7.5.0.



License requirements : None

Returns the note retained status compare
Created in NX7.5.0.



License requirements : None

Returns the note text compare
Created in NX7.5.0.



License requirements : None

Returns the part list compare
Created in NX7.5.0.



License requirements : None

Returns the restart numbers
Created in NX7.5.0.



License requirements : None

Sets the baseline for comparison
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
baselineForComparisonbaselineforcomparison

Sets the centerline compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
centerlineComparecenterlinecompare

Sets the color
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
colorcolor

Sets the compare tolerance
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
compareTolerancecomparetolerance

Sets the crosshatch area fills compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
crosshatchAreaFillsComparecrosshatchareafillscompare

Sets the datum feature symbol compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
datumFeatureSymbolComparedatumfeaturesymbolcompare

Sets the datum feature symbol leader info compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
datumFeatureSymbolLeaderTerminatorComparedatumfeaturesymbolleaderterminatorcompare

Sets the datum feature symbol origin compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
datumFeatureSymbolOriginComparedatumfeaturesymbolorigincompare

Sets the datum feature symbol retained status compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
datumFeatureSymbolRetainedStatusComparedatumfeaturesymbolretainedstatuscompare

Sets the datum feature symbol text compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
datumFeatureSymbolTextComparedatumfeaturesymboltextcompare

Sets the datum target compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
datumTargetComparedatumtargetcompare

Sets the datum target leader info compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
datumTargetLeaderTerminatorComparedatumtargetleaderterminatorcompare

Sets the datum target origin compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
datumTargetOriginComparedatumtargetorigincompare

Sets the datum target retained status compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
datumTargetRetainedStatusComparedatumtargetretainedstatuscompare

Sets the datum target text compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
datumTargetTextComparedatumtargettextcompare

Sets the dim compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
dimComparedimcompare

Sets the dim origin compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
dimOriginComparedimorigincompare

Sets the dim retained status compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
dimRetainedStatusComparedimretainedstatuscompare

Sets the dim size compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
dimSizeComparedimsizecompare

Sets the display change symbol
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
displayChangeSymboldisplaychangesymbol

Sets the fcf compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
fcfComparefcfcompare

Sets the fcf leader info compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
fcfLeaderTerminatorComparefcfleaderterminatorcompare

Sets the fcf origin compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
fcfOriginComparefcforigincompare

Sets the fcf retained status compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
fcfRetainedStatusComparefcfretainedstatuscompare

Sets the fcf text compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
fcfTextComparefcftextcompare

Sets the note compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
noteComparenotecompare

Sets the note leader info compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
noteLeaderTerminatorComparenoteleaderterminatorcompare

Sets the note origin compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
noteOriginComparenoteorigincompare

Sets the note retained status compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
noteRetainedStatusComparenoteretainedstatuscompare

Sets the note text compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
noteTextComparenotetextcompare

Sets the part list compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
partListComparepartlistcompare

Sets the restart numbers
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
restartNumbersrestartnumbers

Sets the sheet compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
sheetComparesheetcompare

Sets the symbol compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
symbolComparesymbolcompare

Sets the symbol font
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
symbolFontsymbolfont

Sets the symbol leader info compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
symbolLeaderTerminatorComparesymbolleaderterminatorcompare

Sets the symbol origin compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
symbolOriginComparesymbolorigincompare

Sets the symbol retained status compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
symbolRetainedStatusComparesymbolretainedstatuscompare

Sets the symbol size
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
symbolSizesymbolsize

Sets the symbol text compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
symbolTextComparesymboltextcompare

Sets the symbol type
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
symbolTypesymboltype

Sets the symbol width
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
symbolWidthsymbolwidth

Sets the table compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
tableComparetablecompare

Sets the view compare
Created in NX7.5.0.



License requirements : drafting ("DRAFTING")

Parameters:
viewCompareviewcompare

Returns the sheet compare
Created in NX7.5.0.



License requirements : None

Returns the symbol compare
Created in NX7.5.0.



License requirements : None

Returns the symbol font
Created in NX7.5.0.



License requirements : None

Returns the symbol leader info compare
Created in NX7.5.0.



License requirements : None

Returns the symbol origin compare
Created in NX7.5.0.



License requirements : None

Returns the symbol retained status compare
Created in NX7.5.0.



License requirements : None

Returns the symbol size
Created in NX7.5.0.



License requirements : None

Returns the symbol text compare
Created in NX7.5.0.



License requirements : None

Returns the symbol type
Created in NX7.5.0.



License requirements : None

Returns the symbol width
Created in NX7.5.0.



License requirements : None

Returns the table compare
Created in NX7.5.0.



License requirements : None

Returns the view compare
Created in NX7.5.0.



License requirements : None


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.