Struct ParameterId
Represents a Cam parameter identifier.
Implements
Inherited Members
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 8, 0, 0)]
public struct ParameterId : IEquatable<ParameterId>
Constructors
| Name | Description |
|---|---|
| ParameterId(ElementExId, string) | Initializes a new instance of the ParameterId structure. |
Fields
| Name | Description |
|---|---|
| Empty | Empty identifier. |
Properties
| Name | Description |
|---|---|
| ElementId | Gets the identifier of the owner element. Id is empty in this ElementId is not empty. |
| IsEmpty | Tells whether the parameter identifier is empty. |
| Name | Gets the name of the parameter. |
Methods
| Name | Description |
|---|---|
| Equals(object) | Implements Equals(T). |
| Equals(ParameterId) | Implements Equals(object). |
| GetHashCode() |
Operators
| Name | Description |
|---|---|
| operator ==(ParameterId, ParameterId) | Tells whether two parameter identifiers are equal. |
| operator !=(ParameterId, ParameterId) | Tells whether two parameter identifiers are different. |