Class HoleInFaceGroup
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel.Acoustics
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class HoleInFaceGroup : APIBase, IEquatable<APIBase>
Properties
HoleDiameter
Measurement: ShortLength
Declaration
public double HoleDiameter { get; }
Property Value
Type | Description |
---|---|
System.Double |
HoleID
Declaration
public int HoleID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Included
Declaration
public bool Included { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>