Class RoomAttributeListBuilder
Inheritance
System.Object
System.MarshalByRefObject
RoomAttributeListBuilder
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.Features.ShipDesign
Assembly: NXOpen.dll
Syntax
public class RoomAttributeListBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
RoomAttributeListBuilder()
Declaration
protected RoomAttributeListBuilder()
Methods
InitFromObject(TaggedObject)
Declaration
public void InitFromObject(TaggedObject objectTag)
Parameters
Type | Name | Description |
---|---|---|
TaggedObject | objectTag |
SetAttribute(Int32, String, String)
Declaration
public void SetAttribute(int index, string attrName, string attrValue)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.String | attrName | |
System.String | attrValue |
SetRoomPurpose(String)
Declaration
public void SetRoomPurpose(string roomPurpose)
Parameters
Type | Name | Description |
---|---|---|
System.String | roomPurpose |
UpdateAttributes(String[], String[])
Declaration
public void UpdateAttributes(string[] attrNames, string[] attrValues)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | attrNames | |
System.String[] | attrValues |
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink