ArcFM Desktop Developer Guide
PlaceCrossSection Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Overridable 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 MMPlaceCrossSectionClass
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)
public virtual 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

MMPlaceCrossSectionClass Class
MMPlaceCrossSectionClass Members

 

 


Send Comment