Class PmiSupplementalGeometryProductGridBuilder
Inheritance
System.Object
System.MarshalByRefObject
PmiSupplementalGeometryProductGridBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public class PmiSupplementalGeometryProductGridBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
PmiSupplementalGeometryProductGridBuilder()
Declaration
protected PmiSupplementalGeometryProductGridBuilder()
Properties
GridCFW
Declaration
public LineColorFontWidthBuilder GridCFW { get; }
Property Value
Type | Description |
---|---|
LineColorFontWidthBuilder |
GridOverhang
Declaration
public double GridOverhang { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
GridSpacing
Declaration
public double GridSpacing { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LabelDivisor
Declaration
public double LabelDivisor { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LabelGap
Declaration
public double LabelGap { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
LocationRelativeGridHorizontal
Declaration
public PmiSupplementalGeometryProductGridBuilder.HorizontalLabelDisplay LocationRelativeGridHorizontal { get; set; }
Property Value
Type | Description |
---|---|
PmiSupplementalGeometryProductGridBuilder.HorizontalLabelDisplay |
LocationRelativeGridValue
Declaration
public PmiSupplementalGeometryProductGridBuilder.GridLabelLocation LocationRelativeGridValue { get; set; }
Property Value
Type | Description |
---|---|
PmiSupplementalGeometryProductGridBuilder.GridLabelLocation |
LocationRelativeGridVertical
Declaration
public PmiSupplementalGeometryProductGridBuilder.VerticalLabelDisplay LocationRelativeGridVertical { get; set; }
Property Value
Type | Description |
---|---|
PmiSupplementalGeometryProductGridBuilder.VerticalLabelDisplay |
ReferenceXAxisLabel
Declaration
public string ReferenceXAxisLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReferenceYAxisLabel
Declaration
public string ReferenceYAxisLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReferenceZAxisLabel
Declaration
public string ReferenceZAxisLabel { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShowHorizontalGridLines
Declaration
public bool ShowHorizontalGridLines { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowVerticalGridLines
Declaration
public bool ShowVerticalGridLines { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink