ArcFM Engine Developer Guide
PlaceCrossSection Method (CrossSectionPlacer)


Syntax
'Declaration
 
Public Sub PlaceCrossSection( _
   ByVal pULSObject As IObject, _
   ByVal pCrossSectionPoint As IPoint, _
   ByVal eParts As mmCrossSectionParts, _
   Optional ByVal dRotation As Double _
) 
'Usage
 
Dim instance As CrossSectionPlacer
Dim pULSObject As IObject
Dim pCrossSectionPoint As IPoint
Dim eParts As mmCrossSectionParts
Dim dRotation As Double
 
instance.PlaceCrossSection(pULSObject, pCrossSectionPoint, eParts, dRotation)
public void PlaceCrossSection( 
   IObject pULSObject,
   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

CrossSectionPlacer Class
CrossSectionPlacer Members

 

 


Send Comment