This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IL > ILinearUnitEdit Interface > ILinearUnitEdit.DefineEx Method (ArcObjects .NET 10.5 SDK) |
Defines the properties of the linear unit.
[Visual Basic .NET] Public Sub DefineEx ( _ ByVal Name As String, _ ByVal Alias As String, _ ByVal Abbreviation As String, _ ByVal Remarks As String, _ ByRef MetersPerUnit As Double _ )
[C#] public void DefineEx ( string Name, string Alias, string Abbreviation, string Remarks, ref double MetersPerUnit );
[C++]
HRESULT DefineEx(
BSTR Name,
BSTR Alias,
BSTR Abbreviation,
BSTR Remarks,
double* MetersPerUnit
);
[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 MetersPerUnit MetersPerUnit is a parameter of type double