Share

ParamProfile.Access Property



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

Syntax

C#

public override ParamAccessType Access { get; set; }

VB

Public Overrides Property Access As ParamAccessType
	Get
	Set

C++

public:
virtual property ParamAccessType Access {
	ParamAccessType get () override;
	void set (ParamAccessType value) override;
}

Property Value

ParamAccessType

Implements

IParamAccess

See Also

Reference

Was this information helpful?