Class FeatureGroup
Inheritance
System.Object
System.MarshalByRefObject
FeatureGroup
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
Assembly: NXOpen.dll
Syntax
public class FeatureGroup : Feature, IMessageSink, IProfile, IFitTo, INXObject
Constructors
FeatureGroup()
Declaration
protected FeatureGroup()
Properties
AllowDeleteMembers
Declaration
public bool AllowDeleteMembers { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
AddMembersWithRelocation(Feature[], Boolean, Boolean)
Declaration
public void AddMembersWithRelocation(Feature[] members, bool reorderTimestamp, bool updateRelocatedFeatures)
Parameters
Type | Name | Description |
---|---|---|
Feature[] | members | |
System.Boolean | reorderTimestamp | |
System.Boolean | updateRelocatedFeatures |
GetFeatureGroupType()
Declaration
public FeatureGroup.Type GetFeatureGroupType()
Returns
Type | Description |
---|---|
FeatureGroup.Type |
GetMembers(out Feature[])
Declaration
public void GetMembers(out Feature[] members)
Parameters
Type | Name | Description |
---|---|---|
Feature[] | members |
MakeTimestampsConsecutive()
Declaration
[Obsolete("Deprecated in NX8.5.1. Use NXOpen.Features.FeatureGroup.MakeTimestampsSequential instead.")]
public void MakeTimestampsConsecutive()
MakeTimestampsSequential(Boolean)
Declaration
public void MakeTimestampsSequential(bool updateRelocatedFeatures)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | updateRelocatedFeatures |
NewAddMembers(Feature[], Boolean)
Declaration
[Obsolete("Deprecated in NX8.5.1. Use NXOpen.Features.FeatureGroup.AddMembersWithRelocation instead.")]
public void NewAddMembers(Feature[] members, bool reorderTimestamp)
Parameters
Type | Name | Description |
---|---|---|
Feature[] | members | |
System.Boolean | reorderTimestamp |
NewRemoveMembers(Feature[], Boolean)
Declaration
public void NewRemoveMembers(Feature[] members, bool reorderTimestamp)
Parameters
Type | Name | Description |
---|---|---|
Feature[] | members | |
System.Boolean | reorderTimestamp |
RemoveAllMembers()
Declaration
public void RemoveAllMembers()
SetFeatureGroupType(FeatureGroup.Type)
Declaration
public void SetFeatureGroupType(FeatureGroup.Type type)
Parameters
Type | Name | Description |
---|---|---|
FeatureGroup.Type | type |
Implements
System.Runtime.Remoting.Messaging.IMessageSink