NXOpen .NET Reference Guide
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Diagramming.SheetZoneSettingsBuilder Class Reference

The SheetZoneSettings builder More...

Inheritance diagram for NXOpen.Diagramming.SheetZoneSettingsBuilder:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe bool ContinueZoneIndexingAcrossSheets [get, set]
 Returns or sets the flag indicates whether the index for horizontal numeric zone labels will continue onto the next sheet or not. More...
 
unsafe double CornerZoneModification [get, set]
 Returns or sets the corner zone modification used as determine the size of the corner zone. More...
 
unsafe bool CreateZoneLabels [get, set]
 Returns or sets the flag indicates to create zone labels or not. More...
 
unsafe bool CreateZoneMarkings [get, set]
 Returns or sets the flag indicates to create zone markings or not. More...
 
unsafe bool CreateZones [get, set]
 Returns or sets the flag indicates to create zones or not. More...
 
unsafe double HorizontalSize [get, set]
 Returns or sets the size of the horizontal zone. More...
 
unsafe int LabelColor [get, set]
 Returns or sets the color of the label(text). More...
 
unsafe int LabelFont [get, set]
 Returns or sets the font of the label(text). More...
 
unsafe double LabelHeight [get, set]
 Returns or sets the height of the label(text). More...
 
unsafe bool LabelItalicized [get, set]
 Returns or sets the flag indicates the label(text) is italic or not. More...
 
unsafe string LabelsToSkip [get, set]
 Returns or sets the characters to skip in label(text). More...
 
unsafe int LabelWidth [get, set]
 Returns or sets the width of the label(text) like Regular, Bold. More...
 
unsafe double MarkingHeight [get, set]
 Returns or sets the height of the marking. More...
 
unsafe
NXOpen.LineColorFontWidthBuilder 
MarkingLineColorWidth [get]
 Returns the color and width of marking line. More...
 
unsafe
NXOpen.Diagramming.ZoneOrigin 
Origin [get, set]
 Returns or sets the type of zone origin like TopLeft/BottomRight. More...
 
unsafe double VerticalSize [get, set]
 Returns or sets the size of the vertical zone. 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

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

The SheetZoneSettings builder

Created in NX11.0.1

Member Function Documentation

unsafe bool NXOpen.Diagramming.SheetZoneSettingsBuilder.Validate ( )
inline

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe bool NXOpen.Diagramming.SheetZoneSettingsBuilder.ContinueZoneIndexingAcrossSheets
getset

Returns or sets the flag indicates whether the index for horizontal numeric zone labels will continue onto the next sheet or not.

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Diagramming.SheetZoneSettingsBuilder.CornerZoneModification
getset

Returns or sets the corner zone modification used as determine the size of the corner zone.

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Diagramming.SheetZoneSettingsBuilder.CreateZoneLabels
getset

Returns or sets the flag indicates to create zone labels or not.

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Diagramming.SheetZoneSettingsBuilder.CreateZoneMarkings
getset

Returns or sets the flag indicates to create zone markings or not.

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Diagramming.SheetZoneSettingsBuilder.CreateZones
getset

Returns or sets the flag indicates to create zones or not.

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Diagramming.SheetZoneSettingsBuilder.HorizontalSize
getset

Returns or sets the size of the horizontal zone.

It must be greater than zero.

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.Diagramming.SheetZoneSettingsBuilder.LabelColor
getset

Returns or sets the color of the label(text).

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.Diagramming.SheetZoneSettingsBuilder.LabelFont
getset

Returns or sets the font of the label(text).

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Diagramming.SheetZoneSettingsBuilder.LabelHeight
getset

Returns or sets the height of the label(text).

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Diagramming.SheetZoneSettingsBuilder.LabelItalicized
getset

Returns or sets the flag indicates the label(text) is italic or not.

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe string NXOpen.Diagramming.SheetZoneSettingsBuilder.LabelsToSkip
getset

Returns or sets the characters to skip in label(text).

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe int NXOpen.Diagramming.SheetZoneSettingsBuilder.LabelWidth
getset

Returns or sets the width of the label(text) like Regular, Bold.

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Diagramming.SheetZoneSettingsBuilder.MarkingHeight
getset

Returns or sets the height of the marking.

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.LineColorFontWidthBuilder NXOpen.Diagramming.SheetZoneSettingsBuilder.MarkingLineColorWidth
get

Returns the color and width of marking line.

Created in NX11.0.1

License requirements: None.

unsafe NXOpen.Diagramming.ZoneOrigin NXOpen.Diagramming.SheetZoneSettingsBuilder.Origin
getset

Returns or sets the type of zone origin like TopLeft/BottomRight.

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Diagramming.SheetZoneSettingsBuilder.VerticalSize
getset

Returns or sets the size of the vertical zone.

It must be greater than zero.

Created in NX11.0.1

License requirements to get this property: None.

License requirements to set this property: None.


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