Class SheetBuilder
Inheritance
System.Object
System.MarshalByRefObject
SheetBuilder
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.Diagramming
Assembly: NXOpen.dll
Syntax
public class SheetBuilder : BaseObjectBuilder, IMessageSink, IComponentBuilder
Constructors
SheetBuilder()
Declaration
protected SheetBuilder()
Properties
AllowJumpers
Declaration
public bool AllowJumpers { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
JumperType
Declaration
public DiagrammingJumpertype JumperType { get; set; }
Property Value
Type | Description |
---|---|
DiagrammingJumpertype |
Opacity
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PaxFileName
Declaration
public string PaxFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PresentationName
Declaration
public string PresentationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ToolTip
Declaration
public string ToolTip { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Units
Declaration
public Unit Units { get; set; }
Property Value
Type | Description |
---|---|
Unit |
UpdatePAXFile
Declaration
public bool UpdatePAXFile { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetFeatures()
Declaration
public SheetElement[] GetFeatures()
Returns
Type | Description |
---|---|
SheetElement[] |
GetSheetElements()
Declaration
public SheetElement[] GetSheetElements()
Returns
Type | Description |
---|---|
SheetElement[] |
GetSize(out Double, out Double)
Declaration
public void GetSize(out double height, out double width)
Parameters
Type | Name | Description |
---|---|---|
System.Double | height | |
System.Double | width |
SetSize(Double, Double)
Declaration
public void SetSize(double height, double width)
Parameters
Type | Name | Description |
---|---|---|
System.Double | height | |
System.Double | width |
Implements
System.Runtime.Remoting.Messaging.IMessageSink