Class Microphone
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class Microphone : Component, IEquatable<APIBase>
Properties
DrawingDiameter
Measurement: ShortLength
Declaration
public double DrawingDiameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PositionInDatumCoordinateSystem
Declaration
public Vector3D PositionInDatumCoordinateSystem { get; set; }
Property Value
Type | Description |
---|---|
Vector3D |
Implements
System.IEquatable<T>