ArcFM Responder Mobile Developer Guide
PlaceCrossSection Method






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 System.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 System.Double
 
instance.PlaceCrossSection(pULSObject, pCrossSectionPoint, eParts, dRotation)
public virtual void PlaceCrossSection( 
   ESRI.ArcGIS.Geodatabase.IObject pULSObject,
   ESRI.ArcGIS.Geometry.IPoint pCrossSectionPoint,
   mmCrossSectionParts eParts,
   System.double dRotation
)
public procedure PlaceCrossSection( 
    pULSObject: ESRI.ArcGIS.Geodatabase.IObject;
    pCrossSectionPoint: ESRI.ArcGIS.Geometry.IPoint;
    eParts: mmCrossSectionParts;
    dRotation: System.Double
); virtual; 
public function PlaceCrossSection( 
   pULSObject : ESRI.ArcGIS.Geodatabase.IObject,
   pCrossSectionPoint : ESRI.ArcGIS.Geometry.IPoint,
   eParts : mmCrossSectionParts,
   dRotation : System.double
);
public: virtual void PlaceCrossSection( 
   ESRI.ArcGIS.Geodatabase.IObject* pULSObject,
   ESRI.ArcGIS.Geometry.IPoint* pCrossSectionPoint,
   mmCrossSectionParts eParts,
   System.double dRotation
) 
public:
virtual void PlaceCrossSection( 
   ESRI.ArcGIS.Geodatabase.IObject^ pULSObject,
   ESRI.ArcGIS.Geometry.IPoint^ pCrossSectionPoint,
   mmCrossSectionParts eParts,
   System.double dRotation
) 

Parameters

pULSObject
pCrossSectionPoint
eParts
dRotation
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

MMPlaceCrossSectionClass Class
MMPlaceCrossSectionClass Members

Send Feedback