Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Type Property (RasterCurve)








Gets or sets a value that indicates the type of curve being defined.
Syntax
public RasterCurveType Type {get; set;}
'Declaration
 
Public Property Type As RasterCurveType
'Usage
 
Dim instance As RasterCurve
Dim value As RasterCurveType
 
instance.Type = value
 
value = instance.Type
public RasterCurveType Type {get; set;}
 <br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type'); 
public:
property RasterCurveType Type {
   RasterCurveType get();
   void set (    RasterCurveType value);
}

Property Value

A RasterCurveType enumeration value that indicates the type of curve being defined.
Example
For an example, refer to RasterCurve.
Requirements

Target Platforms

See Also

Reference

RasterCurve Class
RasterCurve Members

Error processing SSI file