UomScalarUnitWKT Property |
Returns the Well-Known Text (WKT) representation for a spatial reference
object, as defined in the simple features specification.
Namespace: FDF.CommonAssembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax public override string WKT { get; }
Public Overrides ReadOnly Property WKT As String
Get
public:
virtual property String^ WKT {
String^ get () override;
}
abstract WKT : string with get
override WKT : string with get
Property Value
Type:
StringReturn Value
Type:
StringRemarks See Also