Option for Delaunay G (default or G/SQRT(mu).
Read-write property
[Visual Basic .NET] |
---|
Public Property GType() As AgEDelaunayGType |
[C#] |
---|
public AgEDelaunayGType GType {get; set;} |
[Managed C++] |
---|
public: __property AgEDelaunayGType get_GType(); |
[Unmanaged C++] |
---|
public: HRESULT get_GType( AgEDelaunayGType * pVal ); public: HRESULT put_GType( AgEDelaunayGType vG ); |
[Java] |
---|
public AgEDelaunayGType getGType(); public void setGType( AgEDelaunayGType ); |