Gets or sets source
Namespace: FDF.Common.CoordinateSystems
Assembly: FDF.Common (in FDF.Common.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Source As Integer |
C# |
---|
public int Source { get; set; } |
C++ |
---|
public property int Source sealed { int get(); void set(int value); } |
J# |
---|
/** property */ public int get_Source(); /** property */ public void set_Source(int value); |
JScript |
---|
public function get Source() : int public function set Source(value : int); |