Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public static bool IsSectionProjectionObject(
	ObjectId projectionId,
	IntPtr gsMarker
)
Visual Basic
Public Shared Function IsSectionProjectionObject ( _
	projectionId As ObjectId, _
	gsMarker As IntPtr _
) As Boolean
Visual C++
public:
static bool IsSectionProjectionObject(
	ObjectId projectionId, 
	IntPtr gsMarker
)

Parameters

projectionId
Type: ObjectId
gsMarker
Type: System..::..IntPtr

See Also