Share

ProjectionUtil.IsSectionProjectionObject Method



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

Syntax

C#

public static bool IsSectionProjectionObject(
	ObjectId projectionId,
	IntPtr gsMarker
)

VB

Public Shared Function IsSectionProjectionObject ( 
	projectionId As ObjectId,
	gsMarker As IntPtr
) As Boolean

C++

public:
static bool IsSectionProjectionObject(
	ObjectId projectionId, 
	IntPtr gsMarker
)

Parameters

projectionId  ObjectId
 
gsMarker  IntPtr
 

Return Value

Boolean

See Also

Reference

Was this information helpful?