Click or drag to resize
GeEnvelopeGetTypeName Method
Returns String representation of the underlying type.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public string GetTypeName()

Return Value

Type: String

Implements

IFdfLocalizableGetTypeName
Remarks
Default value has to be GetType.ToString in implementing class. Overriding present property behaviour enables type localization.
See Also