Class DesignRuleViolationLocation
Inheritance
System.Object
System.MarshalByRefObject
DesignRuleViolationLocation
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.Routing
Assembly: NXOpen.dll
Syntax
public class DesignRuleViolationLocation : NXObject, IMessageSink, INXObject
Constructors
DesignRuleViolationLocation()
Declaration
protected DesignRuleViolationLocation()
Properties
DeleteLocationObjects
Declaration
public DesignRuleViolationLocationCollection.DeleteOption DeleteLocationObjects { get; set; }
Property Value
Type | Description |
---|---|
DesignRuleViolationLocationCollection.DeleteOption |
Methods
GetLocationObjects()
Declaration
public NXObject[] GetLocationObjects()
Returns
Type | Description |
---|---|
NXObject[] |
SetLocationObjects(NXObject[])
Declaration
public void SetLocationObjects(NXObject[] locationObjects)
Parameters
Type | Name | Description |
---|---|---|
NXObject[] | locationObjects |
Implements
System.Runtime.Remoting.Messaging.IMessageSink