Class ObjectGeneralPropertiesBuilder
Inheritance
System.Object
System.MarshalByRefObject
ObjectGeneralPropertiesBuilder
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
Assembly: NXOpen.dll
Syntax
public class ObjectGeneralPropertiesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ObjectGeneralPropertiesBuilder()
Declaration
protected ObjectGeneralPropertiesBuilder()
Properties
Active
Declaration
public bool Active { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AddComponents
Declaration
public bool AddComponents { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AddIndex
Declaration
public bool AddIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ApplyToComponent
Declaration
public bool ApplyToComponent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
GroupDisplayProperties
Declaration
public bool GroupDisplayProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Index
Declaration
public int Index { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NameLocationSpecified
Declaration
public bool NameLocationSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SelectedObjects
Declaration
public SelectNXObjectList SelectedObjects { get; }
Property Value
Type | Description |
---|---|
SelectNXObjectList |
TopLevel
Declaration
public bool TopLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UniqueMembership
Declaration
public bool UniqueMembership { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
ApplyToAllOccurrences()
Declaration
public void ApplyToAllOccurrences()
Delete()
Declaration
public void Delete()
GetNameLocation()
Declaration
public Point3d GetNameLocation()
Returns
Type | Description |
---|---|
Point3d |
SetNameLocation(Point3d)
Declaration
public void SetNameLocation(Point3d nameLocation)
Parameters
Type | Name | Description |
---|---|---|
Point3d | nameLocation |
Implements
System.Runtime.Remoting.Messaging.IMessageSink