ConfigurableSurfaceProcedureAnchorPoint Property |
Gets the surface location to use as a marker for the approximate center or point
of interest for the given procedure.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic abstract Cartographic AnchorPoint { get; }
Public MustOverride ReadOnly Property AnchorPoint As Cartographic
Get
public:
virtual property Cartographic AnchorPoint {
Cartographic get () abstract;
}
abstract AnchorPoint : Cartographic with get
Property Value
Type:
Cartographic
See Also