Class ConvertLayoutToSheetBuilder
Inheritance
System.Object
System.MarshalByRefObject
ConvertLayoutToSheetBuilder
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.Layout2d
Assembly: NXOpen.dll
Syntax
public class ConvertLayoutToSheetBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ConvertLayoutToSheetBuilder()
Declaration
protected ConvertLayoutToSheetBuilder()
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Number
Declaration
public string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProjectionAngleType
Declaration
public ConvertLayoutToSheetBuilder.SheetProjectionAngleType ProjectionAngleType { get; set; }
Property Value
Type | Description |
---|---|
ConvertLayoutToSheetBuilder.SheetProjectionAngleType |
Revision
Declaration
public string Revision { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SecondaryNumber
Declaration
public string SecondaryNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectLayoutSheetView
Declaration
public SelectView SelectLayoutSheetView { get; }
Property Value
Type | Description |
---|---|
SelectView |
Methods
GetScale(out Double, out Double)
Declaration
public void GetScale(out double numerator, out double denominator)
Parameters
Type | Name | Description |
---|---|---|
System.Double | numerator | |
System.Double | denominator |
SetScale(Double, Double)
Declaration
public void SetScale(double numerator, double denominator)
Parameters
Type | Name | Description |
---|---|---|
System.Double | numerator | |
System.Double | denominator |
Implements
System.Runtime.Remoting.Messaging.IMessageSink