Share

ProjectionUtil.IsProfileProjectionObject Method



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

Syntax

C#

public static bool IsProfileProjectionObject(
	ObjectId projectionId,
	IntPtr gsMarker
)

VB

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

C++

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

Parameters

projectionId  ObjectId
 
gsMarker  IntPtr
 

Return Value

Boolean

See Also

Reference

Was this information helpful?