ILineStyle_DG Interface
- GetColor
- SetColor
- GetLineWidth
- SetLineWidth
- GetStippleFlag
- SetStippleFlag
- GetStipplePattern
- SetStipplePattern
- GetStippleFactor
- SetStippleFactor
- GetShowPoints
- SetShowPoints
Color GetColor()
void SetColor(Color color)
float GetLineWidth()
void SetLineWidth(float width)
bool GetStippleFlag()
Not supported in this version.
void SetStippleFlag(bool stipple)
Not supported in this version.
int GetStipplePattern()
Not supported in this version.
void SetStipplePattern(int pattern)
Not supported in this version.
int GetStippleFactor()
Not supported in this version.
void SetStippleFactor(int factor)
Not supported in this version.
bool GetShowPoints()
If ShowPoints attribute is true, the curve will be rendered along with its ends and internal sampling points.
Use IAppearance_DG queried from this interface to access presentation attributes of the points.
void SetShowPoints(bool stipple)
If ShowPoints attribute is true, the curve will be rendered along with its ends and internal sampling points.
Use IAppearance_DG queried from this interface to access presentation attributes of the points.
|