Class GridLinePreferencesBuilder
Inheritance
GridLinePreferencesBuilder
Assembly: NXOpen.dll
Syntax
public class GridLinePreferencesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
GridLinePreferencesBuilder()
Declaration
protected GridLinePreferencesBuilder()
Properties
AnnotationScale
Declaration
public double AnnotationScale { get; set; }
Property Value
CenterSegmentType
Declaration
public int CenterSegmentType { get; set; }
Property Value
CreateEndAnnotation
Declaration
public bool CreateEndAnnotation { get; set; }
Property Value
CreateStartAnnotation
Declaration
public bool CreateStartAnnotation { get; set; }
Property Value
LineEndSegmentLength
Declaration
public Expression LineEndSegmentLength { get; }
Property Value
SymbolType
Declaration
public int SymbolType { get; set; }
Property Value
Methods
UpdateColorStyleWidth(int, int, int, int, int, int)
Declaration
public void UpdateColorStyleWidth(int endSegmentColor, int endSegmentStyle, int endSegmentWidth, int centerSegmentColor, int centerSegmentStyle, int centerSegmentWidth)
Parameters
Type |
Name |
Description |
int |
endSegmentColor |
|
int |
endSegmentStyle |
|
int |
endSegmentWidth |
|
int |
centerSegmentColor |
|
int |
centerSegmentStyle |
|
int |
centerSegmentWidth |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink