Class GroupBuilder
Assembly: NXOpen.dll
Syntax
public class GroupBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
GroupBuilder()
Declaration
Properties
ActionType
Declaration
public int ActionType { get; set; }
Property Value
ActivegroupOption
Declaration
public bool ActivegroupOption { get; set; }
Property Value
AttributeHolder
Declaration
public TaggedObject AttributeHolder { get; }
Property Value
GroupDisplayProperties
Declaration
public bool GroupDisplayProperties { get; set; }
Property Value
GroupInAction
Declaration
public SelectGroup GroupInAction { get; }
Property Value
GroupName
Declaration
public string GroupName { get; set; }
Property Value
ObjectsInGroup
Declaration
public SelectObjectList ObjectsInGroup { get; }
Property Value
OwningObject
Declaration
public NXObject OwningObject { get; set; }
Property Value
SketchGroupType
Declaration
public GroupBuilder.SketchType SketchGroupType { get; set; }
Property Value
UngroupLevel
Declaration
public GroupBuilder.UngroupOption UngroupLevel { get; set; }
Property Value
UniqueMembershipOption
Declaration
public bool UniqueMembershipOption { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink