This document is archived and information here might be outdated. Recommended version. |
The geometry type.
[Visual Basic .NET]
Public Property GeometryType As String
[C#]
public string GeometryType {get; set;}
[C++]
HRESULT get_GeometryType(
BSTR pType
);
[C++]
HRESULT put_GeometryType(
System.String* pType
);
[C++] Parameters pType [in]
pType is a parameter of type BSTR pType [out, retval]
pType is a parameter of type BSTR*