This document is archived and information here might be outdated.  Recommended version.


IAngularUnitEdit.DefineEx Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAngularUnitEdit Interface > IAngularUnitEdit.DefineEx Method
ArcGIS Developer Help

IAngularUnitEdit.DefineEx Method

Defines the properties of an angular unit.

[Visual Basic .NET]
Public Sub DefineEx ( _
    ByVal Name As String, _
    ByVal Alias As String, _
    ByVal Abbreviation As String, _
    ByVal Remarks As String, _
    ByRef RadiansPerUnit As Double _
)
[C#]
public void DefineEx (
    string Name,
    string Alias,
    string Abbreviation,
    string Remarks,
    ref double RadiansPerUnit
);
[C++]
HRESULT DefineEx(
  BSTR Name,
  BSTR Alias,
  BSTR Abbreviation,
  BSTR Remarks,
  System.Double* RadiansPerUnit
);
[C++]
Parameters
Name 

Name is a parameter of type BSTR Alias
Alias is a parameter of type BSTR Abbreviation
Abbreviation is a parameter of type BSTR Remarks
Remarks is a parameter of type BSTR RadiansPerUnit
RadiansPerUnit is a parameter of type double*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The DefineEx function allows you to define the properties of a angular unit of measure. The radiansPerUnit parameter defines the relationship of a unit object to radians.

See Also

IAngularUnitEdit Interface