public bool GeoKeys {get; set;}
'Declaration
Public Property GeoKeys As Boolean
'Usage
Dim instance As CodecsSaveOptions
Dim value As Boolean
instance.GeoKeys = value
value = instance.GeoKeys
public bool GeoKeys {get; set;}
@property (nonatomic, assign) BOOL geoKeys;
public boolean getGeoKeys()
public void setGeoKeys(boolean value)
get_GeoKeys();
set_GeoKeys(value);
Object.defineProperty('GeoKeys');
public:
property bool GeoKeys {
bool get();
void set ( bool value);
}
Property Value
true to save any existing GeoKey metadata.