Class BaseProductGridBuilder
Inheritance
System.Object
System.MarshalByRefObject
BaseProductGridBuilder
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 BaseProductGridBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
BaseProductGridBuilder()
Declaration
protected BaseProductGridBuilder()
Properties
CoordinateSystem
Declaration
public CoordinateSystem CoordinateSystem { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
GridSpacing
Declaration
public double GridSpacing { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HorizontalMaximumValue
Declaration
public double HorizontalMaximumValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
HorizontalMinimumValue
Declaration
public double HorizontalMinimumValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ShowHorizontalLines
Declaration
public bool ShowHorizontalLines { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowVerticalLines
Declaration
public bool ShowVerticalLines { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Style
Declaration
public StyleBuilder Style { get; }
Property Value
Type | Description |
---|---|
StyleBuilder |
VerticalMaximumValue
Declaration
public double VerticalMaximumValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VerticalMinimumValue
Declaration
public double VerticalMinimumValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.Runtime.Remoting.Messaging.IMessageSink