NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.Drawings.DrawingCompareSettingsBuilder Class Reference

Represents a NXOpen.Drawings.DrawingCompareSettingsBuilder builder More...

Inheritance diagram for NXOpen.Drawings.DrawingCompareSettingsBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  ChangeSymbolType {
  Circle, TriangleUp, TriangleDown, Square,
  Hexagon
}
 Represents a Compare Settings Change symbol Types More...
 
enum  ComparisonBaseline { Snapshot, TrackedChanges }
 Represents a Compare Settings ComparisonBaseline More...
 
enum  FontType {
  Solid, Dashed, Phantom, Centerline,
  Dotted, LongDash, DottedDash, Eight = 10,
  Nine, Ten, Eleven
}
 Represents a Compare Settings Change symbol font types More...
 
enum  WidthType {
  Thin, Normal, Thick, One = 5,
  Two, Three, Four, Five,
  Six, Seven, Eight, Nine
}
 Represents a Compare Settings Change symbol width types More...
 

Properties

unsafe
NXOpen.Drawings.DrawingCompareSettingsBuilder.ComparisonBaseline 
BaselineForComparison [get, set]
 Returns or sets the baseline for comparison More...
 
unsafe bool CenterlineCompare [get, set]
 Returns or sets the centerline compare More...
 
unsafe NXOpen.NXColor Color [get, set]
 Returns or sets the color More...
 
unsafe double CompareTolerance [get, set]
 Returns or sets the compare tolerance More...
 
unsafe bool CrosshatchAreaFillsCompare [get, set]
 Returns or sets the crosshatch area fills compare More...
 
unsafe bool DatumFeatureSymbolCompare [get, set]
 Returns or sets the datum feature symbol compare More...
 
unsafe bool DatumFeatureSymbolLeaderTerminatorCompare [get, set]
 Returns or sets the datum feature symbol leader info compare More...
 
unsafe bool DatumFeatureSymbolOriginCompare [get, set]
 Returns or sets the datum feature symbol origin compare More...
 
unsafe bool DatumFeatureSymbolRetainedStatusCompare [get, set]
 Returns or sets the datum feature symbol retained status compare More...
 
unsafe bool DatumFeatureSymbolTextCompare [get, set]
 Returns or sets the datum feature symbol text compare More...
 
unsafe bool DatumTargetCompare [get, set]
 Returns or sets the datum target compare More...
 
unsafe bool DatumTargetLeaderTerminatorCompare [get, set]
 Returns or sets the datum target leader info compare More...
 
unsafe bool DatumTargetOriginCompare [get, set]
 Returns or sets the datum target origin compare More...
 
unsafe bool DatumTargetRetainedStatusCompare [get, set]
 Returns or sets the datum target retained status compare More...
 
unsafe bool DatumTargetTextCompare [get, set]
 Returns or sets the datum target text compare More...
 
unsafe bool DimCompare [get, set]
 Returns or sets the dim compare More...
 
unsafe bool DimOriginCompare [get, set]
 Returns or sets the dim origin compare More...
 
unsafe bool DimRetainedStatusCompare [get, set]
 Returns or sets the dim retained status compare More...
 
unsafe bool DimSizeCompare [get, set]
 Returns or sets the dim size compare More...
 
unsafe bool DisplayChangeSymbol [get, set]
 Returns or sets the display change symbol More...
 
unsafe bool FcfCompare [get, set]
 Returns or sets the fcf compare More...
 
unsafe bool FcfLeaderTerminatorCompare [get, set]
 Returns or sets the fcf leader info compare More...
 
unsafe bool FcfOriginCompare [get, set]
 Returns or sets the fcf origin compare More...
 
unsafe bool FcfRetainedStatusCompare [get, set]
 Returns or sets the fcf retained status compare More...
 
unsafe bool FcfTextCompare [get, set]
 Returns or sets the fcf text compare More...
 
unsafe bool NoteCompare [get, set]
 Returns or sets the note compare More...
 
unsafe bool NoteLeaderTerminatorCompare [get, set]
 Returns or sets the note leader info compare More...
 
unsafe bool NoteOriginCompare [get, set]
 Returns or sets the note origin compare More...
 
unsafe bool NoteRetainedStatusCompare [get, set]
 Returns or sets the note retained status compare More...
 
unsafe bool NoteTextCompare [get, set]
 Returns or sets the note text compare More...
 
unsafe bool PartListCompare [get, set]
 Returns or sets the part list compare More...
 
unsafe bool RestartNumbers [get, set]
 Returns or sets the restart numbers More...
 
unsafe bool SheetCompare [get, set]
 Returns or sets the sheet compare More...
 
unsafe bool SymbolCompare [get, set]
 Returns or sets the symbol compare More...
 
unsafe
NXOpen.Drawings.DrawingCompareSettingsBuilder.FontType 
SymbolFont [get, set]
 Returns or sets the symbol font More...
 
unsafe bool SymbolLeaderTerminatorCompare [get, set]
 Returns or sets the symbol leader info compare More...
 
unsafe bool SymbolOriginCompare [get, set]
 Returns or sets the symbol origin compare More...
 
unsafe bool SymbolRetainedStatusCompare [get, set]
 Returns or sets the symbol retained status compare More...
 
unsafe double SymbolSize [get, set]
 Returns or sets the symbol size More...
 
unsafe bool SymbolTextCompare [get, set]
 Returns or sets the symbol text compare More...
 
unsafe
NXOpen.Drawings.DrawingCompareSettingsBuilder.ChangeSymbolType 
SymbolType [get, set]
 Returns or sets the symbol type More...
 
unsafe
NXOpen.Drawings.DrawingCompareSettingsBuilder.WidthType 
SymbolWidth [get, set]
 Returns or sets the symbol width More...
 
unsafe bool TableCompare [get, set]
 Returns or sets the table compare More...
 
unsafe bool ViewCompare [get, set]
 Returns or sets the view compare More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Drawings.DrawingCompareSettingsBuilder builder

To create a new instance of this class, use NXOpen.DrawingCompareManager.CreateDrawingCompareSettingsBuilder

Default values.

Property Value

BaselineForComparison (deprecated)

Snapshot

CenterlineCompare (deprecated)

1

CompareTolerance (deprecated)

0.001

CrosshatchAreaFillsCompare (deprecated)

1

DatumFeatureSymbolCompare (deprecated)

1

DatumFeatureSymbolLeaderTerminatorCompare (deprecated)

0

DatumFeatureSymbolOriginCompare (deprecated)

0

DatumFeatureSymbolRetainedStatusCompare (deprecated)

0

DatumFeatureSymbolTextCompare (deprecated)

0

DatumTargetCompare (deprecated)

1

DatumTargetLeaderTerminatorCompare (deprecated)

0

DatumTargetOriginCompare (deprecated)

0

DatumTargetRetainedStatusCompare (deprecated)

0

DatumTargetTextCompare (deprecated)

0

DimCompare (deprecated)

1

DimOriginCompare (deprecated)

0

DimRetainedStatusCompare (deprecated)

0

DimSizeCompare (deprecated)

0

DisplayChangeSymbol (deprecated)

0

FcfCompare (deprecated)

1

FcfLeaderTerminatorCompare (deprecated)

0

FcfOriginCompare (deprecated)

0

FcfRetainedStatusCompare (deprecated)

0

FcfTextCompare (deprecated)

0

NoteCompare (deprecated)

1

NoteLeaderTerminatorCompare (deprecated)

0

NoteOriginCompare (deprecated)

0

NoteRetainedStatusCompare (deprecated)

0

NoteTextCompare (deprecated)

0

PartListCompare (deprecated)

1

RestartNumbers (deprecated)

0

SheetCompare (deprecated)

1

SymbolCompare (deprecated)

1

SymbolFont (deprecated)

Solid

SymbolLeaderTerminatorCompare (deprecated)

0

SymbolOriginCompare (deprecated)

0

SymbolRetainedStatusCompare (deprecated)

0

SymbolSize (deprecated)

0

SymbolTextCompare (deprecated)

0

SymbolType (deprecated)

Circle

SymbolWidth (deprecated)

Thin

TableCompare (deprecated)

1

ViewCompare (deprecated)

1

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesGeneralBuilder for General Builder and NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder for Report Filter Builder

Member Enumeration Documentation

Represents a Compare Settings Change symbol Types

Enumerator
Circle 
TriangleUp 
TriangleDown 
Square 
Hexagon 

Represents a Compare Settings ComparisonBaseline

Enumerator
Snapshot 
TrackedChanges 

Represents a Compare Settings Change symbol font types

Enumerator
Solid 
Dashed 
Phantom 
Centerline 
Dotted 
LongDash 
DottedDash 
Eight 

Long Dashed Double Dotted

Nine 

Long Dashed Dotted for OOTB fonts and Undulating for shipbuilding fonts

Ten 

Long Dashed Triplicate Dotted for OOTB fonts and Zigzag for shipbuilding fonts

Eleven 

Long Dashed Double Short Dashed for OOTB fonts and Railway for shipbuilding fonts

Represents a Compare Settings Change symbol width types

Enumerator
Thin 

Thin

Normal 

Normal

Thick 

Thick

One 

Width One

Two 

Width Two

Three 

Width Three

Four 

Width Four

Five 

Width Five

Six 

Width Six

Seven 

Width Seven

Eight 

Width Eight

Nine 

Width Nine

Property Documentation

unsafe NXOpen.Drawings.DrawingCompareSettingsBuilder.ComparisonBaseline NXOpen.Drawings.DrawingCompareSettingsBuilder.BaselineForComparison
getset

Returns or sets the baseline for comparison

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.BaselineOfComparison instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.CenterlineCompare
getset

Returns or sets the centerline compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.NXColor NXOpen.Drawings.DrawingCompareSettingsBuilder.Color
getset

Returns or sets the color

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.ChangeSymbolLineColorFontWidth instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe double NXOpen.Drawings.DrawingCompareSettingsBuilder.CompareTolerance
getset

Returns or sets the compare tolerance

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.CompareTolerance instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.CrosshatchAreaFillsCompare
getset

Returns or sets the crosshatch area fills compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.DatumFeatureSymbolCompare
getset

Returns or sets the datum feature symbol compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.DatumFeatureSymbolLeaderTerminatorCompare
getset

Returns or sets the datum feature symbol leader info compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.DatumFeatureSymbolOriginCompare
getset

Returns or sets the datum feature symbol origin compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.DatumFeatureSymbolRetainedStatusCompare
getset

Returns or sets the datum feature symbol retained status compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.DatumFeatureSymbolTextCompare
getset

Returns or sets the datum feature symbol text compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.DatumTargetCompare
getset

Returns or sets the datum target compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.DatumTargetLeaderTerminatorCompare
getset

Returns or sets the datum target leader info compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.DatumTargetOriginCompare
getset

Returns or sets the datum target origin compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.DatumTargetRetainedStatusCompare
getset

Returns or sets the datum target retained status compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.DatumTargetTextCompare
getset

Returns or sets the datum target text compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.DimCompare
getset

Returns or sets the dim compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.DimOriginCompare
getset

Returns or sets the dim origin compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.DimRetainedStatusCompare
getset

Returns or sets the dim retained status compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.DimSizeCompare
getset

Returns or sets the dim size compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.DisplayChangeSymbol
getset

Returns or sets the display change symbol

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.DisplayChangeSymbol instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.FcfCompare
getset

Returns or sets the fcf compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.FcfLeaderTerminatorCompare
getset

Returns or sets the fcf leader info compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.FcfOriginCompare
getset

Returns or sets the fcf origin compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.FcfRetainedStatusCompare
getset

Returns or sets the fcf retained status compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.FcfTextCompare
getset

Returns or sets the fcf text compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.NoteCompare
getset

Returns or sets the note compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.NoteLeaderTerminatorCompare
getset

Returns or sets the note leader info compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.NoteOriginCompare
getset

Returns or sets the note origin compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.NoteRetainedStatusCompare
getset

Returns or sets the note retained status compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.NoteTextCompare
getset

Returns or sets the note text compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.PartListCompare
getset

Returns or sets the part list compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.RestartNumbers
getset

Returns or sets the restart numbers

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.RestartIDNumbersWithNewReport instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.SheetCompare
getset

Returns or sets the sheet compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.SymbolCompare
getset

Returns or sets the symbol compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Drawings.DrawingCompareSettingsBuilder.FontType NXOpen.Drawings.DrawingCompareSettingsBuilder.SymbolFont
getset

Returns or sets the symbol font

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.ChangeSymbolLineColorFontWidth instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.SymbolLeaderTerminatorCompare
getset

Returns or sets the symbol leader info compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.SymbolOriginCompare
getset

Returns or sets the symbol origin compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.SymbolRetainedStatusCompare
getset

Returns or sets the symbol retained status compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe double NXOpen.Drawings.DrawingCompareSettingsBuilder.SymbolSize
getset

Returns or sets the symbol size

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.ChangeSymbolSize instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.SymbolTextCompare
getset

Returns or sets the symbol text compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Drawings.DrawingCompareSettingsBuilder.ChangeSymbolType NXOpen.Drawings.DrawingCompareSettingsBuilder.SymbolType
getset

Returns or sets the symbol type

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.ChangeSymbolType instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe NXOpen.Drawings.DrawingCompareSettingsBuilder.WidthType NXOpen.Drawings.DrawingCompareSettingsBuilder.SymbolWidth
getset

Returns or sets the symbol width

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesGeneralBuilder.ChangeSymbolLineColorFontWidth instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.TableCompare
getset

Returns or sets the table compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")

unsafe bool NXOpen.Drawings.DrawingCompareSettingsBuilder.ViewCompare
getset

Returns or sets the view compare

Created in NX7.5.0

Deprecated in NX11.0.0. Use NXOpen.Drawings.TrackDrawingChangesReportFilterBuilder.GetReportFilterStatus instead.

License requirements to get this property: None.

License requirements to set this property: drafting ("DRAFTING")


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