 | AntennaSourceExcitedPosition Property |
Gets/Sets excited segment location.
Namespace: ema3d.Api.V25.Core.ExcitationAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic SegmentLocation ExcitedPosition { get; set; }
Public Property ExcitedPosition As SegmentLocation
Get
Set
public:
property SegmentLocation^ ExcitedPosition {
SegmentLocation^ get ();
void set (SegmentLocation^ value);
}
member ExcitedPosition : SegmentLocation with get, set
Property Value
SegmentLocation
See Also