ArcFM Server Developer Guide
PlaceCrossSection Method


Syntax
'Declaration
 
Sub PlaceCrossSection( _
   ByVal pULSObject As ESRI.ArcGIS.Geodatabase.IObject, _
   ByVal pCrossSectionPoint As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal eParts As mmCrossSectionParts, _
   Optional ByVal dRotation As Double _
) 
'Usage
 
Dim instance As IMMPlaceCrossSection
Dim pULSObject As ESRI.ArcGIS.Geodatabase.IObject
Dim pCrossSectionPoint As ESRI.ArcGIS.Geometry.IPoint
Dim eParts As mmCrossSectionParts
Dim dRotation As Double
 
instance.PlaceCrossSection(pULSObject, pCrossSectionPoint, eParts, dRotation)
void PlaceCrossSection( 
   ESRI.ArcGIS.Geodatabase.IObject pULSObject,
   ESRI.ArcGIS.Geometry.IPoint pCrossSectionPoint,
   mmCrossSectionParts eParts,
   double dRotation
)

Parameters

pULSObject
pCrossSectionPoint
eParts
dRotation
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMPlaceCrossSection Interface
IMMPlaceCrossSection Members

 

 


Send Comment