Struct PostSmartSelectionManager.ResultRangeParameters
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public struct ResultRangeParameters
Fields
AboveValue
Declaration
Field Value
Type |
Description |
System.Double |
|
BelowValue
Declaration
Field Value
Type |
Description |
System.Double |
|
EntityType
Declaration
public PostSmartSelectionManager.EntityType EntityType
Field Value
IncludeVisibleEntitiesOnly
Declaration
public bool IncludeVisibleEntitiesOnly
Field Value
Type |
Description |
System.Boolean |
|
IsAboveValueSpecified
Declaration
public bool IsAboveValueSpecified
Field Value
Type |
Description |
System.Boolean |
|
IsBelowValueSpecified
Declaration
public bool IsBelowValueSpecified
Field Value
Type |
Description |
System.Boolean |
|
Pvid
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()