ArcFM Responder Mobile Developer Guide
LabelWorkLocationWithCUInfo Method






Syntax
'Declaration
 
Sub LabelWorkLocationWithCUInfo( _
   ByVal pWL As ID8WorkLocation, _
   ByVal pPoint As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal sName As System.String _
) 
'Usage
 
Dim instance As IMMDesignerObjectsLabeling
Dim pWL As ID8WorkLocation
Dim pPoint As ESRI.ArcGIS.Geometry.IPoint
Dim sName As System.String
 
instance.LabelWorkLocationWithCUInfo(pWL, pPoint, sName)
void LabelWorkLocationWithCUInfo( 
   ID8WorkLocation pWL,
   ESRI.ArcGIS.Geometry.IPoint pPoint,
   System.string sName
)
procedure LabelWorkLocationWithCUInfo( 
    pWL: ID8WorkLocation;
    pPoint: ESRI.ArcGIS.Geometry.IPoint;
    sName: System.String
); 
function LabelWorkLocationWithCUInfo( 
   pWL : ID8WorkLocation,
   pPoint : ESRI.ArcGIS.Geometry.IPoint,
   sName : System.String
);
void LabelWorkLocationWithCUInfo( 
   ID8WorkLocation* pWL,
   ESRI.ArcGIS.Geometry.IPoint* pPoint,
   System.string* sName
) 
void LabelWorkLocationWithCUInfo( 
   ID8WorkLocation^ pWL,
   ESRI.ArcGIS.Geometry.IPoint^ pPoint,
   System.String^ sName
) 

Parameters

pWL
pPoint
sName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMDesignerObjectsLabeling Interface
IMMDesignerObjectsLabeling Members

Send Feedback