Share

PointCloudUtility.IsCivilPointCloud Method

Returns true if the entity specified by ObjectId is a Civil Point Cloud.



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

Syntax

C#

public static bool IsCivilPointCloud(
	ObjectId A_0
)

VB

Public Shared Function IsCivilPointCloud ( 
	A_0 As ObjectId
) As Boolean

C++

public:
static bool IsCivilPointCloud(
	ObjectId A_0
)

Parameters

A_0  ObjectId
 

Return Value

Boolean

See Also

Reference

Was this information helpful?