Class Microphone
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class Microphone : Component, IEquatable<APIBase>
Properties
DrawingDiameter
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>