DisplayAs

Gets and sets an enum determining the symbol type that is used to represent each of the features in the group. The possible values depend on the type of feature group (point, polyline, or polygon). See: ITerraExplorerObject80.ObjectType for more information.

 

JavaScript

 

DisplayAs

 

C#

 

ObjectTypeCode DisplayAs { get; set; }

 

C++

 

HRESULT DisplayAs([out, retval] ObjectTypeCode* ObjectType)

HRESULT DisplayAs([in] ObjectTypeCode* ObjectType)