Class MultipleViewPlacementBuilder
Inheritance
System.Object
System.MarshalByRefObject
MultipleViewPlacementBuilder
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.Drawings
Assembly: NXOpen.dll
Syntax
public class MultipleViewPlacementBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
MultipleViewPlacementBuilder()
Declaration
protected MultipleViewPlacementBuilder()
Properties
AssociativeAlignment
Declaration
public bool AssociativeAlignment { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
OptionType
Declaration
public MultipleViewPlacementBuilder.Option OptionType { get; set; }
Property Value
Type | Description |
---|---|
MultipleViewPlacementBuilder.Option |
ViewPlacementCenter
Declaration
public ViewPlacementBuilder ViewPlacementCenter { get; }
Property Value
Type | Description |
---|---|
ViewPlacementBuilder |
ViewPlacementFirstCorner
Declaration
public ViewPlacementBuilder ViewPlacementFirstCorner { get; }
Property Value
Type | Description |
---|---|
ViewPlacementBuilder |
ViewPlacementSecondCorner
Declaration
public ViewPlacementBuilder ViewPlacementSecondCorner { get; }
Property Value
Type | Description |
---|---|
ViewPlacementBuilder |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink