ENCX SDK  5.5.0.370
Properties | List of all members
ENCX::GeoArea Class Reference

An area formed by joining points in a closed loop with lines of the specified shape. More...

import"encxcom.idl";

Inheritance diagram for ENCX::GeoArea:
Inheritance graph
[legend]

Properties

IGeoPoints Points [get, set]
 A line is assumed between consecutive positions and between the last and first positions. More...
 
GeoLineType LineType [get, set]
 The shape of the lines between positions in ::Points. More...
 
BSTR PointsString [get, set]
 A line is assumed between consecutive positions and between the last and first positions. More...
 
BSTR RoundedCornersString [get, set]
 Space delimited string containing indexes of the corners that are rounded. More...
 

Detailed Description

An area formed by joining points in a closed loop with lines of the specified shape.

Properties and methods via IGeoArea.

Definition at line 4012 of file encxcom.idl.

Property Documentation

◆ LineType

GeoLineType IGeoArea::LineType
getsetpropertyinherited

The shape of the lines between positions in ::Points.

◆ Points

IGeoPoints IGeoArea::Points
getsetpropertyinherited

A line is assumed between consecutive positions and between the last and first positions.

◆ PointsString

BSTR IGeoArea::PointsString
getsetpropertyinherited

A line is assumed between consecutive positions and between the last and first positions.

◆ RoundedCornersString

BSTR IGeoArea::RoundedCornersString
getsetpropertyinherited

Space delimited string containing indexes of the corners that are rounded.