 | ThinWireProbeLocation Property |
Location on a segment.
Namespace: ema3d.Api.V25.CablingAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic SegmentLocation Location { get; set; }
Public Property Location As SegmentLocation
Get
Set
public:
property SegmentLocation^ Location {
SegmentLocation^ get ();
void set (SegmentLocation^ value);
}
member Location : SegmentLocation with get, set
Property Value
SegmentLocation
See Also